|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mongodb.gridfs.GridFSFile
com.mongodb.gridfs.GridFSDBFile
public class GridFSDBFile
| Field Summary |
|---|
| Fields inherited from class com.mongodb.gridfs.GridFSFile |
|---|
_fs |
| Constructor Summary | |
|---|---|
GridFSDBFile()
|
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
|
long |
writeTo(java.io.File f)
|
long |
writeTo(java.io.OutputStream out)
|
long |
writeTo(java.lang.String filename)
|
| Methods inherited from class com.mongodb.gridfs.GridFSFile |
|---|
containsField, containsKey, get, getAliases, getChunkSize, getContentType, getFilename, getId, getLength, getMD5, getMetaData, getUploadDate, isPartialObject, keySet, markAsPartialObject, numChunks, put, putAll, putAll, removeField, save, setGridFS, toMap, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridFSDBFile()
| Method Detail |
|---|
public java.io.InputStream getInputStream()
public long writeTo(java.lang.String filename)
throws java.io.IOException
java.io.IOException
public long writeTo(java.io.File f)
throws java.io.IOException
java.io.IOException
public long writeTo(java.io.OutputStream out)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||