org.p2c2e.util
Class Bytes

java.lang.Object
  extended byorg.p2c2e.util.Bytes

public abstract class Bytes
extends java.lang.Object


Constructor Summary
Bytes()
           
 
Method Summary
static byte[] getBytes(java.io.InputStream in)
           
static int readInt(java.io.InputStream s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bytes

public Bytes()
Method Detail

readInt

public static final int readInt(java.io.InputStream s)
                         throws java.io.IOException
Throws:
java.io.IOException

getBytes

public static final byte[] getBytes(java.io.InputStream in)
                             throws java.io.IOException
Throws:
java.io.IOException