public class RARFileSystem
extends org.apache.commons.vfs2.provider.AbstractFileSystem
implements org.apache.commons.vfs2.FileSystem
| Constructor and Description |
|---|
RARFileSystem(org.apache.commons.vfs2.provider.AbstractFileName rootName,
org.apache.commons.vfs2.FileObject parentLayer,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCapabilities(Collection<org.apache.commons.vfs2.Capability> caps)
Returns the capabilities of this file system.
|
protected org.apache.commons.vfs2.FileObject |
createFile(org.apache.commons.vfs2.provider.AbstractFileName name)
Creates a file object.
|
protected RARFileObject |
createRARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
FileHeader header) |
protected void |
doCloseCommunicationLink() |
void |
init() |
protected void |
notifyAllStreamsClosed()
will be called after all file-objects closed their streams.
|
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, isOpen, isReleaseable, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributegetContext, getLogger, setContext, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJunction, addListener, getAttribute, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributepublic RARFileSystem(org.apache.commons.vfs2.provider.AbstractFileName rootName,
org.apache.commons.vfs2.FileObject parentLayer,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemExceptionpublic void init()
throws org.apache.commons.vfs2.FileSystemException
init in interface org.apache.commons.vfs2.provider.VfsComponentinit in class org.apache.commons.vfs2.provider.AbstractFileSystemorg.apache.commons.vfs2.FileSystemExceptionprotected RARFileObject createRARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name, FileHeader header) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemExceptionprotected void doCloseCommunicationLink()
doCloseCommunicationLink in class org.apache.commons.vfs2.provider.AbstractFileSystemprotected void addCapabilities(Collection<org.apache.commons.vfs2.Capability> caps)
addCapabilities in class org.apache.commons.vfs2.provider.AbstractFileSystemprotected org.apache.commons.vfs2.FileObject createFile(org.apache.commons.vfs2.provider.AbstractFileName name)
throws org.apache.commons.vfs2.FileSystemException
createFile in class org.apache.commons.vfs2.provider.AbstractFileSystemorg.apache.commons.vfs2.FileSystemExceptionprotected void notifyAllStreamsClosed()
notifyAllStreamsClosed in class org.apache.commons.vfs2.provider.AbstractFileSystemCopyright © 2017. All rights reserved.