Index - All Packages - All Categories - All Classes

Class WriteVariableArrayStream

WriteVariableArrayStream is used to put an unpredictable amount of data into a UInt8Array. The array method returns the current state of the buffer.

Package: Udanax-Gold
All Superclasses: Object Heaper XnWriteStream
Protocols: Object
Categories: Xanadu-Urdi

Class Methods

make: size



Overrides: XnWriteStream class

Instance Methods

actualHashForEqual



Overrides: XnWriteStream

array


create: array


flush

We can't test for underflow because we deliberately overestimate
the size when we don't have exact information on where things go.

Overrides: XnWriteStream

isEqual: other


printOn: oo



Overrides: Object

putByte: byte



Overrides: XnWriteStream

putData: array



Overrides: XnWriteStream

putStr: string



Overrides: XnWriteStream


Index - All Packages - All Categories - All Classes