Package io.vertx.mutiny.core.streams
package io.vertx.mutiny.core.streams
-
ClassDescriptionPipe<T>Pipe data from a
ReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.Pumps data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream<T>Represents a stream of items that can be read from.Base interface for a stream.WriteStream<T>Represents a stream of data that can be written to.