public interface ReadStream<T> extends ReadSupport<T,Buffer>
Any class that implements this interface can be used by a Pump
to pump data from it
to a WriteStream
.
This interface exposes a fluent api and the type T represents the type of the object that implements the interface to allow method chaining
Modifier and Type | Method and Description |
---|---|
T |
endHandler(Handler<java.lang.Void> endHandler)
Set an end handler.
|
dataHandler, pause, resume
exceptionHandler