10.5. File too/PortCoder

class tom.Encoder (PortCoder)

instance tom.Encoder (PortCoder)

methods


boolean
  encodeProxy All p;

Encode a Proxy. If this is for archiving purposes, this does nothing and returns FALSE (the default implementation). Otherwise, in case of wiring, it actually performs the proxy encoding and returns TRUE.

class too.PortCoder

inherits

State supers: BinaryCoder

instance too.PortCoder

variables

public ConnectedConnection connection;

The Connection for which we operate.

ConnectedPort port;

Our buffered view of the socket in the direction we handle.

methods


id
  initWithConnection ConnectedConnection c;

Designated initializer.