Uses of Class
org.bson.io.BSONByteBuffer

Packages that use BSONByteBuffer
org.bson Contains the base BSON classes and Encoder/Decoder. 
org.bson.io Contains classes implementing I/O operations used by BSON objects. 
 

Uses of BSONByteBuffer in org.bson
 

Fields in org.bson declared as BSONByteBuffer
protected  BSONByteBuffer LazyBSONObject._input
           
 

Constructors in org.bson with parameters of type BSONByteBuffer
KeyCachingLazyBSONObject(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
           
KeyCachingLazyBSONObject(BSONByteBuffer buffer, LazyBSONCallback callback)
           
LazyBSONList(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
           
LazyBSONList(BSONByteBuffer buffer, LazyBSONCallback callback)
           
LazyBSONObject(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
           
LazyBSONObject(BSONByteBuffer buffer, LazyBSONCallback callback)
           
LazyDBList(BSONByteBuffer buffer, int offset, LazyBSONCallback callback)
           
LazyDBList(BSONByteBuffer buffer, LazyBSONCallback callback)
           
 

Uses of BSONByteBuffer in org.bson.io
 

Methods in org.bson.io that return BSONByteBuffer
static BSONByteBuffer BSONByteBuffer.wrap(byte[] bytes)
           
static BSONByteBuffer BSONByteBuffer.wrap(byte[] bytes, int offset, int length)