Package org.bson.io
package org.bson.io
Contains classes implementing I/O operations used by BSON objects.
-
ClassDescriptionA BSON output stream that stores the output in a single, un-pooled byte array.An input stream that is optimized for reading BSON values directly from the underlying stream.Represents a bookmark that can be used to reset a
BsonInput
to its state at the time the mark was created.An output stream that is optimized for writing BSON values directly to the underlying stream.An implementation ofBsonInput
that is backed by aByteBuf
.An abstract base class for classes implementingBsonOutput
.