Package com.mongodb.gridfs

GridFS tools.

See:
          Description

Class Summary
CLI a simple CLI for Gridfs
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
 

Package com.mongodb.gridfs Description

GridFS tools. Used for storing files in MongoDB