Package | Description |
---|---|
com.mongodb.async.client.gridfs |
Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
|
com.mongodb.async.client.gridfs.helpers |
Contains helper classes to create
AsyncInputStream and
AsyncOutputStream 's from external sources. |
Class and Description |
---|
AsyncInputStream
The Async Input Stream interface represents some asynchronous input stream of bytes.
|
AsyncOutputStream
The Async Output Stream interface represents some asynchronous output stream of bytes.
|
GridFSBucket
Represents a GridFS Bucket
|
GridFSDownloadStream
A GridFS InputStream for downloading data from GridFS
|
GridFSFindIterable
Iterable for the GridFS Files Collection.
|
GridFSUploadStream
A GridFS OutputStream for uploading data into GridFS
|
Class and Description |
---|
AsyncInputStream
The Async Input Stream interface represents some asynchronous input stream of bytes.
|
AsyncOutputStream
The Async Output Stream interface represents some asynchronous output stream of bytes.
|
Copyright © 2017. All Rights Reserved.