Package com.mongodb.gridfs

Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
MongoDB documentation
GridFS
  • Class Summary 
    Class Description
    CLI Deprecated.
    there is no replacement for this class
    GridFS
    Implementation of GridFS - a specification for storing and retrieving files that exceed the BSON-document size limit of 16MB.
    GridFSDBFile
    This class enables retrieving 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.