public class GzipFileSystem extends CompressedFileFileSystem
| Modifier | Constructor and Description |
|---|---|
protected |
GzipFileSystem(FileName rootName,
FileObject parentLayer,
FileSystemOptions fileSystemOptions)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
protected FileObject |
createFile(AbstractFileName name)
Creates a file object.
|
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, doCloseCommunicationLink, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributegetContext, getLogger, setContext, setLoggerprotected GzipFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
rootName - The root file name of this file system.parentLayer - The parent layer of this file system.fileSystemOptions - Options to build this file system.protected void addCapabilities(Collection<Capability> caps)
CompressedFileFileSystemaddCapabilities in class CompressedFileFileSystemcaps - collections of Capabilities, can be immutable.protected FileObject createFile(AbstractFileName name) throws FileSystemException
CompressedFileFileSystemcreateFile in class CompressedFileFileSystemname - name referencing the new file.FileSystemExceptionCopyright © 2002–2025 The Apache Software Foundation. All rights reserved.