Uses of Class
org.bson.io.OutputBuffer
-
Packages that use OutputBuffer Package Description org.bson Contains the base BSON classes.org.bson.io Contains classes implementing I/O operations used by BSON objects. -
-
Uses of OutputBuffer in org.bson
Methods in org.bson that return OutputBuffer Modifier and Type Method Description protected OutputBuffer
BasicBSONEncoder. getOutputBuffer()
Gets the buffer the BSON is being encoded into.Methods in org.bson with parameters of type OutputBuffer Modifier and Type Method Description void
BasicBSONEncoder. set(OutputBuffer buffer)
void
BSONEncoder. set(OutputBuffer buffer)
Sets the buffer to wrich the result of encoding will be written. -
Uses of OutputBuffer in org.bson.io
Subclasses of OutputBuffer in org.bson.io Modifier and Type Class Description class
BasicOutputBuffer
A BSON output stream that stores the output in a single, un-pooled byte array.
-