| Package | Description |
|---|---|
| de.esprit.appsuite.io.archive |
Contains base classes for the archive tools
|
| de.esprit.appsuite.io.archive.tar |
Contains classes for TAR archive support
|
| de.esprit.appsuite.io.archive.zip |
Contains classes for ZIP archive support
|
| de.esprit.common.io |
Contains input/output related classes like readers and writers.
|
| de.esprit.common.type |
Contains a set of useful enum constants
|
| Modifier and Type | Method and Description |
|---|---|
abstract FileType |
AbstractArchiver.getArchiveType() |
protected abstract FileType |
AbstractArchiveExtractor.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
FileType |
TarGZArchiver.getArchiveType() |
protected FileType |
TarExtractor.getArchiveType() |
FileType |
TarArchiver.getArchiveType() |
| Modifier and Type | Method and Description |
|---|---|
protected FileType |
ZipExtractor.getArchiveType() |
FileType |
ZipArchiver.getArchiveType() |
| Modifier and Type | Field and Description |
|---|---|
protected FileType |
FileInfo.fileType |
| Modifier and Type | Method and Description |
|---|---|
FileType |
FileInfo.getFileType() |
| Modifier and Type | Class and Description |
|---|---|
class |
OsFileType
Specifies the type of file.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.