package

com.mongodb.gridfs

GridFS tools. Used for storing files in MongoDB

Classes

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