391392393394395396397398399400401
} /** flush any partial writes and add the resulting ByteBuffer to the read queue */ public void flush() { NIODataSink sink = null; ByteBuffer lastWriteBuffer = null; synchronized (this) { if (_writeBuffer != null && _writeBuffer.position() != 0) {