|
TrueZIP 6.8.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileFactory | |
|---|---|
| de.schlichtherle.io | Provides transparent, multi-threaded read/write access to archive files (ZIP, TAR, etc) and their entries as if they were (virtual) directories and files. |
| Uses of FileFactory in de.schlichtherle.io |
|---|
| Subinterfaces of FileFactory in de.schlichtherle.io | |
|---|---|
interface |
ArchiveDetector
Detects archive files solely by scanning file paths - usually by testing for file name suffixes like .zip or the like. |
| Classes in de.schlichtherle.io that implement FileFactory | |
|---|---|
class |
AbstractArchiveDetector
Implements the FileFactory part of the ArchiveDetector
interface. |
class |
DefaultArchiveDetector
An ArchiveDetector which matches file paths against a pattern of
archive file suffixes in order to detect prospective archive files and
look up their corresponding ArchiveDriver in its registry. |
| Methods in de.schlichtherle.io with parameters of type FileFactory | |
|---|---|
File[] |
File.listFiles(FileFactory factory)
Returns File objects for the members in this directory
in a newly created array. |
File[] |
File.listFiles(FileFilter fileFilter,
FileFactory factory)
Returns File objects for the members in this directory
which are accepted by fileFilter in a newly created array. |
File[] |
File.listFiles(FilenameFilter filenameFilter,
FileFactory factory)
Returns File objects for the members in this directory
which are accepted by filenameFilter in a newly created
array. |
|
TrueZIP 6.8.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||