Uses of Class
org.bson.io.BSONByteBuffer

Packages that use BSONByteBuffer
com.mongodb Main package with core files. 
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 com.mongodb
 

Constructors in com.mongodb with parameters of type BSONByteBuffer
LazyDBObject(BSONByteBuffer buff, int offset, LazyBSONCallback cbk)
           
LazyDBObject(BSONByteBuffer buff, LazyBSONCallback cbk)
           
LazyWriteableDBObject(BSONByteBuffer buff, int offset, LazyBSONCallback cbk)
           
LazyWriteableDBObject(BSONByteBuffer buff, LazyBSONCallback cbk)
           
 

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)