public interface ChunkReadStream extends ReadStream<Buffer>
| Modifier and Type | Method and Description |
|---|---|
default void |
close()
Close the stream and release all resources.
|
void |
close(Handler<AsyncResult<Void>> handler)
Close the stream and release all resources
|
long |
getSize() |
endHandler, exceptionHandler, handler, pause, resumelong getSize()
default void close()
void close(Handler<AsyncResult<Void>> handler)
handler - will be called when the operation has finished (may be null)