| 接口 | 说明 |
|---|---|
| GridFSBucket |
Represents a GridFS Bucket
|
| GridFSFindIterable |
Iterable for the GridFS Files Collection.
|
| 类 | 说明 |
|---|---|
| GridFSBuckets |
A factory for GridFSBucket instances.
|
| GridFSDownloadStream |
A GridFS InputStream for downloading data from GridFS
Provides the
GridFSFile for the file to being downloaded as well as the read methods of a InputStream
This implementation of a InputStream will not throw IOExceptions. |
| GridFSUploadStream |
A GridFS OutputStream for uploading data into GridFS
Provides the
id for the file to be uploaded as well as the write methods of a OutputStream
This implementation of a OutputStream will not throw IOExceptions. |