|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.vfs.AbstractVEntry<V>
org.millscript.commons.vfs.AbstractVFile<FtpVolume>
org.millscript.commons.vfs.protocols.ftp.FtpFile
public class FtpFile
This class implements a virtual filesystem file for an FTP filesystem file.
| Method Summary | |
|---|---|
boolean |
exists()
Tests to see if the entry exits. |
java.io.OutputStream |
getAppendOutputStream()
Returns an output stream for appending to the existing file contents. |
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. |
| Methods inherited from class org.millscript.commons.vfs.AbstractVFile |
|---|
appendRelativePath, appendRelativePathOnVolume, appendURI, decorate, getAppendWriter, getContentMIMEType, getReader, getWriter, toLocal, toString |
| Methods inherited from class org.millscript.commons.vfs.AbstractVEntry |
|---|
appendAbsolutePath, appendAbsolutePathOnVolume, getAbsolutePath, getAbsolutePathOnVolume, getMIMEType, getMIMETypeHandler, getName, getParent, getRelativePath, getRelativePathOnVolume, getURI, getVolume |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.millscript.commons.vfs.VEntry |
|---|
appendAbsolutePath, appendAbsolutePathOnVolume, getAbsolutePath, getAbsolutePathOnVolume, getMIMEType, getMIMETypeHandler, getName, getParent, getRelativePath, getRelativePathOnVolume, getURI, getVolume |
| Method Detail |
|---|
public boolean exists()
VEntry
true if this entry exits and false
otherwiseVEntry.exists()public java.io.OutputStream getAppendOutputStream()
VFile
VFile.getAppendOutputStream()public java.io.InputStream getInputStream()
VFile
VFile.getInputStream()public java.io.OutputStream getOutputStream()
VFile
VFile.getOutputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||