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.
|
addCloseFutureListener, close, close, close, getMaxCloseWaitTime, isClosed, isClosing, isOpen, removeCloseFutureListener
IoReadFuture read(Buffer buffer)
buffer
- the Buffer
to useIoReadFuture
for the operationCopyright © 2018–2021 The Apache Software Foundation. All rights reserved.