Package | Description |
---|---|
com.mongodb.gridfs |
GridFS tools.
|
Class and Description |
---|
GridFS
Implementation of GridFS v1.0
GridFS 1.0 spec
|
GridFSDBFile
This class enables to retrieve a GridFS file metadata and content.
|
GridFSFile
The abstract class representing a GridFS file
|
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
|