aleph.comm.udp
Class UDPConnection.PacketInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--aleph.comm.udp.UDPConnection.PacketInputStream

public class UDPConnection.PacketInputStream
extends java.io.InputStream

Inner class to transform packets to messages.


Method Summary
 int available()
           
 void close()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 java.lang.String toString()
           
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

available

public int available()
Overrides:
available in class java.io.InputStream

read

public int read()
Overrides:
read in class java.io.InputStream

read

public int read(byte[] b,
                int off,
                int len)
Overrides:
read in class java.io.InputStream

close

public void close()
Overrides:
close in class java.io.InputStream

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object