Package | Description |
---|---|
com.mongodb.gridfs |
GridFS tools.
|
Modifier and Type | Class and Description |
---|---|
class |
GridFSDBFile
This class enables to retrieve a GridFS file metadata and content.
|
class |
GridFSInputFile
This class represents a GridFS file to be written to the database
Operations include:
- writing data obtained from an InputStream
- getting an OutputStream to stream the data out
|