1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<html><head><title>File too/PortCoder</title></head>
<body BGCOLOR="#ffffff" TEXT="#000000" LINK="#000000" VLINK="#000000">
<h1>File too/PortCoder</h1>
<hr><h2>class <a href="../tom/index.html">tom</a>.<a href="../tom/coding.html#Encoder">Encoder</a> (PortCoder)</h2>
<h2>instance <a href="../tom/index.html">tom</a>.<a href="../tom/coding.html#Encoder">Encoder</a> (PortCoder)</h2>
<h3>methods</h3>
<dl><dt><b><pre>boolean
encodeProxy <a href="../tom/index.html">tom</a>.<a href="../tom/All.html#All">All</a> p;
</pre></b><dd>
Encode a <b><code><a href="Proxy.html#Proxy">Proxy</a></b></code>. If this is for archiving purposes, this does
nothing and returns <code>FALSE</code> (the default implementation). Otherwise,
in case of wiring, it actually performs the proxy encoding and returns
<code>TRUE</code>.
<p></dl><hr><h2>class <a href="index.html">too</a>.<a name="PortCoder" href="#i_PortCoder">PortCoder</a></h2>
<h3>Inherits</h3>
<dl>
<dt>State supers
<dd><a href="../tom/index.html">tom</a>.<a href="../tom/coding.html#BinaryCoder">BinaryCoder</a>
</dl>
<h2>instance <a href="index.html">too</a>.<a name="i_PortCoder" href="#PortCoder">PortCoder</a></h2>
<h3>variables</h3>
<dl>
<dt><b><code>
public <a href="Connection.html#ConnectedConnection">ConnectedConnection</a> connection;</code></b>
<dd>The <b><code><a href="Connection.html#Connection">Connection</a></b></code> for which we operate.
<dt><b><code>
<a href="ports.html#ConnectedPort">ConnectedPort</a> port;</code></b>
<dd>Our buffered view of the socket in the direction we handle.
</dl>
<h3>methods</h3>
<dl><dt><b><pre>id
initWithConnection <a href="Connection.html#ConnectedConnection">ConnectedConnection</a> c;
</pre></b><dd>
Designated initializer.
<p></dl><hr><address>Generated by tm 1.01.</address></body></html>
|