Stream implementation acting as a sink with no function.
Controls the waiting behavior of read/write operations.
Returns a NullOutputStream instance.
Pipes an InputStream directly into this OutputStream.
Interface for streams based on a connection.
Interface for all classes implementing readable streams.
Interface for all classes implementing writeable streams.
Interface for all streams supporting random access.
Interface for all classes implementing readable and writable streams.
Generic stream interface used by several stream-like classes.
This module defines the basic stream primitives. For concrete stream types, take a look at the vibe.stream package. The vibe.stream.operations module contains additional high-level operations on streams, such as reading streams by line or as a whole.