org.bson
Class BasicBSONDecoder.Input
java.lang.Object
org.bson.BasicBSONDecoder.Input
- Enclosing class:
- BasicBSONDecoder
protected final class BasicBSONDecoder.Input
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readInt
public int readInt()
throws IOException
- Throws:
IOException
read
public byte read()
throws IOException
- Throws:
IOException
fill
public void fill(byte[] b)
throws IOException
- Throws:
IOException
fill
public void fill(byte[] b,
int len)
throws IOException
- Throws:
IOException