Generated by
JDiff

Class org.apache.hadoop.net.SocketOutputStream

Added Methods
void transferToFully(FileChannel, long, int) Transfers data from FileChannel using FileChannel.transferTo(long, long, WritableByteChannel).
void waitForWritable() waits for the underlying channel to be ready for writing.