org.bson.io
Class Bits

java.lang.Object
  extended by org.bson.io.Bits

public class Bits
extends Object


Constructor Summary
Bits()
           
 
Method Summary
static int readInt(InputStream in)
           
static long readLong(InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bits

public Bits()
Method Detail

readInt

public static int readInt(InputStream in)
                   throws IOException
Throws:
IOException

readLong

public static long readLong(InputStream in)
                     throws IOException
Throws:
IOException