|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs2.provider.AbstractFileObject
com.github.junrar.vfs2.provider.rar.RARFileObject
public class RARFileObject
A file in a RAR file system.
| Field Summary | |
|---|---|
protected Archive |
archive
The TFile. |
protected FileHeader |
header
|
| Constructor Summary | |
|---|---|
protected |
RARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
Archive archive,
FileHeader header,
RARFileSystem fs)
|
| Method Summary | |
|---|---|
void |
attachChild(org.apache.commons.vfs2.FileName childName)
Attaches a child. |
protected long |
doGetContentSize()
|
protected InputStream |
doGetInputStream()
|
protected long |
doGetLastModifiedTime()
|
protected org.apache.commons.vfs2.FileType |
doGetType()
|
boolean |
doIsWriteable()
|
protected String[] |
doListChildren()
|
void |
setHeader(FileHeader header)
|
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileObject |
|---|
canRenameTo, childrenChanged, close, copyFrom, createFile, createFolder, delete, delete, doAttach, doCreateFileContent, doCreateFolder, doDelete, doDetach, doGetAttributes, doGetCertificates, doGetOutputStream, doGetRandomAccessContent, doIsHidden, doIsReadable, doIsSameFile, doListChildrenResolved, doRemoveAttribute, doRename, doSetAttribute, doSetLastModifiedTime, endOutput, exists, finalize, findFiles, findFiles, getChild, getChildren, getContent, getFileContentInfoFactory, getFileOperations, getFileSystem, getInputStream, getName, getOutputStream, getOutputStream, getParent, getRandomAccessContent, getType, getURL, handleChanged, handleCreate, handleDelete, holdObject, injectType, isAttached, isContentOpen, isHidden, isReadable, isSameFile, isWriteable, moveTo, notifyAllStreamsClosed, onChange, onChildrenChanged, refresh, resolveFile, resolveFile, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.commons.vfs2.FileObject |
|---|
canRenameTo, close, copyFrom, createFile, createFolder, delete, delete, exists, findFiles, findFiles, getChild, getChildren, getContent, getFileOperations, getFileSystem, getName, getParent, getType, getURL, isAttached, isContentOpen, isHidden, isReadable, isWriteable, moveTo, refresh, resolveFile, resolveFile |
| Field Detail |
|---|
protected Archive archive
protected FileHeader header
| Constructor Detail |
|---|
protected RARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
Archive archive,
FileHeader header,
RARFileSystem fs)
throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemException| Method Detail |
|---|
public boolean doIsWriteable()
throws org.apache.commons.vfs2.FileSystemException
doIsWriteable in class org.apache.commons.vfs2.provider.AbstractFileObjectorg.apache.commons.vfs2.FileSystemExceptionprotected org.apache.commons.vfs2.FileType doGetType()
doGetType in class org.apache.commons.vfs2.provider.AbstractFileObjectprotected String[] doListChildren()
doListChildren in class org.apache.commons.vfs2.provider.AbstractFileObjectprotected long doGetContentSize()
doGetContentSize in class org.apache.commons.vfs2.provider.AbstractFileObject
protected long doGetLastModifiedTime()
throws Exception
doGetLastModifiedTime in class org.apache.commons.vfs2.provider.AbstractFileObjectException
protected InputStream doGetInputStream()
throws Exception
doGetInputStream in class org.apache.commons.vfs2.provider.AbstractFileObjectExceptionpublic void attachChild(org.apache.commons.vfs2.FileName childName)
childName - The name of the child.public void setHeader(FileHeader header)
header -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||