org.sourceforge.jxutil.net.ddm
Class DDM
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.DDM
- public final class DDM
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bin
private final FramedByteArrayInputStream bin
bout
private final SeekableByteArrayOutputStream bout
cpMap
private static final TreeMap cpMap
din
public final DataInputStream din
dout
public final DataOutputStream dout
in
private final DataInputStream in
out
private final OutputStream out
socket
private final Socket socket
DDM
public DDM(Socket socket)
throws IOException
dump
public static void dump(PrintStream out,
byte[] buf)
read
public DATA[] read()
throws IOException
IOException
read
public DATA read(int cp,
int len)
throws IOException
IOException
request
public DATA[] request(DATA data)
throws IOException
IOException
request
public DATA[] request(DATA[] data)
throws IOException
IOException
write
public void write(DATA obj)
throws IOException
IOException
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.