|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridFSInputFile | |
---|---|
com.mongodb.gridfs | GridFS tools. |
Uses of GridFSInputFile in com.mongodb.gridfs |
---|
Methods in com.mongodb.gridfs that return GridFSInputFile | |
---|---|
GridFSInputFile |
GridFS.createFile(byte[] data)
after calling this method, you have to call save() on the GridFSInputFile file |
GridFSInputFile |
GridFS.createFile(File f)
after calling this method, you have to call save() on the GridFSInputFile file |
GridFSInputFile |
GridFS.createFile(InputStream in)
after calling this method, you have to call save() on the GridFSInputFile file |
GridFSInputFile |
GridFS.createFile(InputStream in,
String filename)
after calling this method, you have to call save() on the GridFSInputFile file on that, you can call setFilename, setContentType and control meta data by modifying the result of getMetaData |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |