jxUtil 0.6

org.sourceforge.jxutil.net.ddm
Class DDM

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.DDM

public final class DDM
extends Object


Field Summary
private  FramedByteArrayInputStream bin
           
private  SeekableByteArrayOutputStream bout
           
private static TreeMap cpMap
           
 DataInputStream din
           
 DataOutputStream dout
           
private  DataInputStream in
           
private  OutputStream out
           
private  Socket socket
           
 
Constructor Summary
DDM(Socket socket)
           
 
Method Summary
static void dump(PrintStream out, byte[] buf)
           
 DATA[] read()
           
 DATA read(int cp, int len)
           
 DATA[] request(DATA data)
           
 DATA[] request(DATA[] data)
           
 void write(DATA obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DDM

public DDM(Socket socket)
    throws IOException
Method Detail

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

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.