|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.persistence.file.SystemFileContents
public class SystemFileContents
A file that is stored as a regular file in the filesystem. Does not use the database for anything.
Constructor Summary | |
---|---|
SystemFileContents(java.io.File file)
|
Method Summary | |
---|---|
java.io.InputStream |
getContentsAsStream()
|
java.lang.Long |
getFileSize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemFileContents(java.io.File file)
Method Detail |
---|
public java.io.InputStream getContentsAsStream()
getContentsAsStream
in interface PersistentFileContents
public java.lang.Long getFileSize()
getFileSize
in interface PersistentFileContents
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |