public interface BinaryNIOOutputSink
extends org.glassfish.grizzly.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(org.glassfish.grizzly.Buffer buffer)
Writes the contents of the specified
Buffer. |
void write(org.glassfish.grizzly.Buffer buffer)
throws IOException
Buffer.buffer - the to writeIOExceptionCopyright © 2018 Oracle Corporation. All Rights Reserved.