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 39 40 41 42 43 44 45 46
|
<html><head><title>File too/PortEncoder</title></head>
<body BGCOLOR="#ffffff" TEXT="#000000" LINK="#000000" VLINK="#000000">
<h1>File too/PortEncoder</h1>
<hr><h2>class <a href="index.html">too</a>.<a name="PortEncoder" href="#i_PortEncoder">PortEncoder</a></h2>
<h3>Inherits</h3>
<dl>
<dt>State supers
<dd><a href="../tom/index.html">tom</a>.<a href="../tom/coding.html#BinaryEncoder">BinaryEncoder</a>, <a href="PortCoder.html#PortCoder">PortCoder</a>
</dl>
<h2>instance <a href="index.html">too</a>.<a name="i_PortEncoder" href="#PortEncoder">PortEncoder</a></h2>
<h3>methods</h3>
<dl><dt><b><pre>id
initWithConnection <a href="Connection.html#ConnectedConnection">ConnectedConnection</a> c;
</pre></b><dd>
Designated initializer.
<p><dt><b><pre>protected <a href="../tom/index.html">tom</a>.<a href="../tom/State.html#State">State</a>
replacementObjectFor <a href="../tom/index.html">tom</a>.<a href="../tom/State.html#State">State</a> object;
</pre></b><dd>
Return the object returned by asking <code>replacementForPortCoder</code> to
the argument <code>object</code>.
<p><dt><b><pre>boolean
encodeProxy <a href="Proxy.html#Proxy">Proxy</a> p;
</pre></b><dd>
Encode the proxy <code>p</code> and return <code>TRUE</code>.
<p><dt><b><pre>void
flushOutput;
</pre></b><dd>
Forward to the <code>port</code>.
<p><dt><b><pre>void
reportDeaths <a href="../tom/index.html">tom</a>.<a href="../tom/IntArray.html#IntArray">IntArray</a> deaths;
</pre></b><dd>
Undocumented.
<p><dt><b><pre>protected void
writeByte byte b;
</pre></b><dd>
Undocumented.
<p><dt><b><pre>protected void
writeBytes (int, int) (start, length)
from <a href="../tom/index.html">tom</a>.<a href="../tom/ByteArray.html#ByteArray">ByteArray</a> r;
</pre></b><dd>
Undocumented.
<p><dt><b><pre>protected void
writeBytes (pointer, int) (address, length);
</pre></b><dd>
Undocumented.
<p></dl><hr><address>Generated by tm 1.01.</address></body></html>
|