![]() |
Smalltalk/X WebserverDocumentation of class 'BinaryStream': |
|
|
Class: BinaryStreamInheritance:Object | +--Stream | +--BinaryStream
Description:DO NOT DIRECTLY REFER TO THIS CLASS OR USE IT OTHERWISE IN YOUR CODE: This is a mimicry class to allow some squeak code to be filed in without changing. Its protocol is neither complete, nor fully compatible with the corresponding squeak original class. This stream is used (in squeak) for storage of binary data in either MSB or LSB byte order. In contrast to ST/X streams (where the MSB/LSB parameter is passed around as argument), this one keeps it as a state, and provides the usual nextShort/nextInt protocol without that parameter. It is needed to port the Matlab reader (goodies/math). By default, this stream is in MSB mode (network byte order) Class protocol:instance creation
Instance protocol:accessing initialization
Examples:more examples to be added:
|
|
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 06 Dec 2023 04:33:33 GMT
|