Package | Description |
---|---|
de.esprit.appsuite.io |
Contains various context based IO 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.appsuite.task.archive |
Contains helper classes for executing the archiver tools.
|
Modifier and Type | Field and Description |
---|---|
static CompressionLevel |
CompressionLevel.DEFAULT_LEVEL |
Modifier and Type | Method and Description |
---|---|
static CompressionLevel |
CompressionLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressionLevel[] |
CompressionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedGZIPOutputStream.setCompressionLevel(CompressionLevel level) |
Constructor and Description |
---|
ExtendedGZIPOutputStream(java.io.OutputStream out,
CompressionLevel level) |
Modifier and Type | Method and Description |
---|---|
void |
TarGZArchiver.setCompressionLevel(CompressionLevel level) |
Modifier and Type | Method and Description |
---|---|
void |
ZipArchiver.setCompressionLevel(CompressionLevel level)
Defines the level of compression for the archiver.
|
Modifier and Type | Method and Description |
---|---|
CompressionLevel |
ArchiveConfig.getCompressionLevel() |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveConfig.setCompressionLevel(CompressionLevel comressionLevel) |
Constructor and Description |
---|
ArchiveConfig(ArchiveTaskOption archiveType,
CompressionLevel comressionLevel) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.