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