| Package | Description |
|---|---|
| com.mongodb.async.client.gridfs |
Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
|
| com.mongodb.client.gridfs |
This package contains the new GridFS implementation
|
| org.bson |
Contains the base BSON classes.
|
| org.bson.codecs |
This package contains all the default BSON codecs.
|
| Modifier and Type | Method and Description |
|---|---|
private Binary |
GridFSUploadStreamImpl.getData() |
| Modifier and Type | Method and Description |
|---|---|
private Binary |
GridFSUploadStreamImpl.getData() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicBSONEncoder.putBinary(java.lang.String name,
Binary binary)
Encodes a Binary field
|
| Modifier and Type | Method and Description |
|---|---|
Binary |
BinaryCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<Binary> |
BinaryCodec.getEncoderClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryCodec.encode(BsonWriter writer,
Binary value,
EncoderContext encoderContext) |