public interface BinaryNIOOutputSink extends OutputSink
OutputSinks to write a
Buffer instead of having to convert to those types supported by
OutputStream.| Modifier and Type | Method and Description |
|---|---|
void |
write(Buffer buffer)
Writes the contents of the specified
Buffer. |
canWrite, canWrite, notifyCanWrite, notifyCanWritevoid write(Buffer buffer) throws IOException
Buffer.buffer - the to writeIOExceptionCopyright © 2013 Oracle Corporation. All Rights Reserved.