io.stream.interfaces

Members

Interfaces

Seekable
interface Seekable(Stream)

A seekable stream can move the read/write starting position in the stream.

Sink
interface Sink

A sink is a stream that can be written to.

Source
interface Source

A source is a stream that can be read from.

SourceSink
interface SourceSink

A stream that is both a Source and a Sink.

Meta

Authors

Jason White