PackageDescription: SYSEXT-BinaryStream


SYSEXT - Binary Stream

Last published: March 15, 2018 by 'nice'

Defines 1 Classes
Extends 1 Classes


Add a class and messages for doing binary I/O on streams.

Implementation note : BinaryStream is just a wrapper on another Stream...

Some ideas :
Writting wrappers on Stream seems a common practice...
See for example how much code is shared with EncodedStream...
Couldn't Visualworks help with a GenericWrappedStream doing most of the job?