PackageDescription: Streams & Bytes


Streams & Bytes

Last published: July 31, 2007 by 'michael'

Defines 8 Classes
Extends 10 Classes


This module provides extended stream and byte array behavior. There are length-limited read and write streams, a read stream that can show a progress bar while reading, and a generic StreamWrapper class that provides the ability to easily add behavior to any stream without having to subclass both the internal and external stream hierarchies. The ByteArray extensions provide subclasses with UninterpretedBytes protocols, with optimizations for both little endian and big endian platforms.