|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.vfs.provider.AbstractFileObject
org.apache.commons.vfs.provider.tar.TarFileObject
A file in a Tar file system.
| Field Summary | |
protected org.apache.commons.vfs.provider.tar.TarEntry |
entry
|
| Constructor Summary | |
protected |
TarFileObject(FileName name,
org.apache.commons.vfs.provider.tar.TarEntry entry,
TarFileSystem fs,
boolean tarExists)
|
| Method Summary | |
protected void |
attachChild(FileName childName)
Attaches a child |
protected long |
doGetContentSize()
Returns the size of the file content (in bytes). |
protected InputStream |
doGetInputStream()
Creates an input stream to read the file content from. |
protected long |
doGetLastModifiedTime()
Returns the last modified time of this file. |
protected FileType |
doGetType()
Returns the file's type. |
protected String[] |
doListChildren()
Lists the children of the file. |
boolean |
isWriteable()
Determines if this file can be written to. |
protected void |
setTarEntry(org.apache.commons.vfs.provider.tar.TarEntry entry)
Sets the details for this file object. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.commons.vfs.FileObject |
canRenameTo, close, copyFrom, createFile, createFolder, delete, delete, exists, findFiles, findFiles, getChild, getChildren, getContent, getFileOperations, getFileSystem, getName, getParent, getType, getURL, isAttached, isContentOpen, isHidden, isReadable, moveTo, refresh, resolveFile, resolveFile |
| Field Detail |
protected org.apache.commons.vfs.provider.tar.TarEntry entry
| Constructor Detail |
protected TarFileObject(FileName name,
org.apache.commons.vfs.provider.tar.TarEntry entry,
TarFileSystem fs,
boolean tarExists)
throws FileSystemException
| Method Detail |
protected void setTarEntry(org.apache.commons.vfs.provider.tar.TarEntry entry)
protected void attachChild(FileName childName)
public boolean isWriteable()
throws FileSystemException
isWriteable in interface FileObjectisWriteable in class AbstractFileObjecttrue if this file is writeable, false if not.
FileSystemExceptionprotected FileType doGetType()
doGetType in class AbstractFileObjectprotected String[] doListChildren()
doListChildren in class AbstractFileObjectprotected long doGetContentSize()
doGetType() returns FileType.FILE.
doGetContentSize in class AbstractFileObject
protected long doGetLastModifiedTime()
throws Exception
doGetLastModifiedTime in class AbstractFileObjectException
protected InputStream doGetInputStream()
throws Exception
doGetType() returns FileType.FILE. The input stream
returned by this method is guaranteed to be closed before this
method is called again.
doGetInputStream in class AbstractFileObjectException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||