| 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
|
| com.mongodb.client.gridfs.codecs |
This package contains codecs for use with GridFS
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridFSDownloadStream.getGridFSFile(SingleResultCallback<GridFSFile> callback)
Gets the corresponding
GridFSFile for the file being downloaded |
| Modifier and Type | Method and Description |
|---|---|
abstract GridFSFile |
GridFSDownloadStream.getGridFSFile()
Gets the corresponding
GridFSFile for the file being downloaded |
| Modifier and Type | Method and Description |
|---|---|
GridFSFile |
GridFSFileCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<GridFSFile> |
GridFSFileCodec.getEncoderClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridFSFileCodec.encode(BsonWriter writer,
GridFSFile value,
EncoderContext encoderContext) |
Copyright © 2017. All Rights Reserved.