Index - All Packages - All Categories - All Classes

Class Binary2Rcvr


Package: Udanax-Gold
All Superclasses: Object Heaper Rcvr SpecialistRcvr
Protocols: Object
Categories: Xanadu-Xcvr

Class Methods

initTimeNonInherited


linkTimeNonInherited



Overrides: SpecialistRcvr class

make: specialist with: stream



Instance Methods

create: specialist with: stream


destroy



Overrides: Heaper

endOfInstance



Overrides: SpecialistRcvr

endPacket



Overrides: SpecialistRcvr

endThing


fetchStartOfInstance



Overrides: SpecialistRcvr

getIdentifier: buf

get an identifier from the stream into a pre-allocated buffer

getIntegerVar

A new representation that requires less shifting (eventually).

printOn: oo



Overrides: Object

receiveBooleanVar



Overrides: SpecialistRcvr

receiveCategory



Overrides: SpecialistRcvr

receiveData: array

Fill the array with data from the stream.

Overrides: SpecialistRcvr

receiveIEEEDoubleVar

| result |
self startThing.
result := Double make: self getIntegerVar with: self getIntegerVar.
self endThing.
^result

Overrides: SpecialistRcvr

receiveInt32



Overrides: SpecialistRcvr

receiveInt8



Overrides: SpecialistRcvr

receiveIntegerVar



Overrides: SpecialistRcvr

receiveString



Overrides: SpecialistRcvr

receiveString: array


receiveUInt32



Overrides: SpecialistRcvr

receiveUInt8



Overrides: SpecialistRcvr

startThing


stream




Index - All Packages - All Categories - All Classes