tango.io.stream.Endian

Members

Classes

EndianInput
class EndianInput(T)

Type T is the element type.

EndianOutput
class EndianOutput(T)

Type T is the element type.

Meta

License

BSD style: $(LICENSE)

Version

Initial release: Nov 2007

Authors

Kris

Streams for swapping endian-order. The stream is treated as a set of same-sized elements. Note that partial elements are not mutated.