|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VFile
This interface describes a file in the virtual filesystem.
| Method Summary | |
|---|---|
java.io.OutputStream |
getAppendOutputStream()
Returns an output stream for appending to the existing file contents. |
java.io.Writer |
getAppendWriter()
Returns a writer for appending to the existing file contents. |
java.lang.String |
getContentMIMEType()
Returns the MIME type for the contents of this file. |
java.io.InputStream |
getInputStream()
Returns an input stream for reading the file contents. |
java.io.OutputStream |
getOutputStream()
Returns an ouptut stream for writing the file contents. |
java.io.Reader |
getReader()
Returns a reader for reading the file contents. |
java.io.Writer |
getWriter()
Returns a writer for writing the file contents. |
VFile |
toLocal()
Returns this virtual file as a local entry, which may simply be this object. |
| Methods inherited from interface org.millscript.commons.vfs.VEntry |
|---|
appendAbsolutePath, appendAbsolutePathOnVolume, appendRelativePath, appendRelativePathOnVolume, appendURI, exists, getAbsolutePath, getAbsolutePathOnVolume, getMIMEType, getMIMETypeHandler, getName, getParent, getRelativePath, getRelativePathOnVolume, getURI, getVolume |
| Method Detail |
|---|
java.io.OutputStream getAppendOutputStream()
java.io.Writer getAppendWriter()
java.lang.String getContentMIMEType()
java.io.InputStream getInputStream()
java.io.OutputStream getOutputStream()
java.io.Reader getReader()
java.io.Writer getWriter()
VFile toLocal()
toLocal in interface VEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||