|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bson.LazyBSONDecoder
public class LazyBSONDecoder
implementation of BSONDecoder that creates LazyBSONObject instances
Constructor Summary | |
---|---|
LazyBSONDecoder()
|
Method Summary | |
---|---|
int |
decode(byte[] b,
BSONCallback callback)
|
int |
decode(java.io.InputStream in,
BSONCallback callback)
|
BSONObject |
readObject(byte[] b)
|
BSONObject |
readObject(java.io.InputStream in)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyBSONDecoder()
Method Detail |
---|
public BSONObject readObject(byte[] b)
readObject
in interface BSONDecoder
public BSONObject readObject(java.io.InputStream in) throws java.io.IOException
readObject
in interface BSONDecoder
java.io.IOException
public int decode(byte[] b, BSONCallback callback)
decode
in interface BSONDecoder
public int decode(java.io.InputStream in, BSONCallback callback) throws java.io.IOException
decode
in interface BSONDecoder
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |