public interface IoOutputStream extends Closeable
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
write(Buffer buffer)
NOTE: the buffer must not be touched until the returned write future is completed.
|
IoWriteFuture write(Buffer buffer)
buffer - the Buffer to useIoWriteFuture for the operationCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.