inherits
State supers: BinaryEncoder, PortCoder
methods
id initWithConnection ConnectedConnection c; |
Designated initializer.
protected State replacementObjectFor State object; |
Return the object returned by asking replacementForPortCoder to the argument object.
boolean encodeProxy Proxy p; |
Encode the proxy p and return TRUE.
void
flushOutput;
|
Forward to the port.
void reportDeaths IntArray deaths; |
Undocumented.
protected void writeByte byte b; |
Undocumented.
protected void writeBytes (int, int) (start, length) from ByteArray r; |
Undocumented.
protected void writeBytes (pointer, int) (address, length); |
Undocumented.