| Package | Description |
|---|---|
| com.mongodb.client.gridfs |
This package contains the new GridFS implementation
|
| com.mongodb.client.gridfs.model |
This package contains models for use with GridFS
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridFSBucketImpl.downloadToStreamByName(java.lang.String filename,
java.io.OutputStream destination,
GridFSDownloadByNameOptions options)
Deprecated.
|
void |
GridFSBucket.downloadToStreamByName(java.lang.String filename,
java.io.OutputStream destination,
GridFSDownloadByNameOptions options)
Deprecated.
|
GridFSDownloadStream |
GridFSBucketImpl.openDownloadStreamByName(java.lang.String filename,
GridFSDownloadByNameOptions options)
Deprecated.
|
GridFSDownloadStream |
GridFSBucket.openDownloadStreamByName(java.lang.String filename,
GridFSDownloadByNameOptions options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GridFSDownloadByNameOptions |
GridFSDownloadByNameOptions.revision(int revision)
Deprecated.
Set the revision of the file to retrieve.
|