public class GzipFileProvider extends CompressedFileFileProvider
| Modifier and Type | Field and Description |
|---|---|
protected static Collection<Capability> |
capabilities
Capabilities.
|
| Constructor and Description |
|---|
GzipFileProvider()
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected FileSystem |
createFileSystem(FileName name,
FileObject file,
FileSystemOptions fileSystemOptions)
Create a FileSystem.
|
Collection<Capability> |
getCapabilities()
Gets the file system capabilities.
|
doCreateFileSystemcreateFileSystem, findFileaddFileSystem, close, closeFileSystem, findFileSystem, freeUnusedResources, getConfigBuilder, getFileNameParser, parseUri, setFileNameParseraddComponent, removeComponentgetContext, getLogger, init, setContext, setLoggerprotected static final Collection<Capability> capabilities
protected FileSystem createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
CompressedFileFileProvidercreateFileSystem in class CompressedFileFileProvidername - a file name.file - a file object.fileSystemOptions - the file system options.FileSystemException - if a file system error occurs.public Collection<Capability> getCapabilities()
FileProviderThese are the same as on the file system, but available before the first file system was instantiated.
getCapabilities in interface FileProvidergetCapabilities in class CompressedFileFileProviderCopyright © 2002–2025 The Apache Software Foundation. All rights reserved.