tango.io.stream.Typed

Members

Classes

TypedInput
class TypedInput(T)

Type T is the target or destination type.

TypedOutput
class TypedOutput(T)

Type T is the target or destination type.

Meta

License

BSD style: $(LICENSE)

Version

Initial release: Nov 2007

Authors

Kris

Streams to expose simple native types as discrete elements. I/O is buffered and should yield fair performance.