Example usage for Java com.mongodb.gridfs GridFSDBFile fields, constructors, methods, implement or subclass
The text is from its open source code.
InputStream | getInputStream() Returns an InputStream from which data can be read. |
long | writeTo(final String filename) Writes the file's data to a file on disk. |
long | writeTo(final File file) Writes the file's data to a file on disk. |
long | writeTo(final OutputStream out) Writes the file's data to an OutputStream. |