public abstract class ArchiverFactory extends Object implements Serializable
Archiver on top of a stream.| Modifier and Type | Field and Description |
|---|---|
static ArchiverFactory |
TAR
Uncompressed tar format.
|
static ArchiverFactory |
TARGZ
tar+gz
|
static ArchiverFactory |
ZIP
Zip format.
|
| Constructor and Description |
|---|
ArchiverFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Archiver |
create(OutputStream out)
Creates an archiver on top of the given stream.
|
public static ArchiverFactory TAR
public static ArchiverFactory TARGZ
public static ArchiverFactory ZIP
public abstract Archiver create(OutputStream out) throws IOException
IOExceptionCopyright © 2019. All rights reserved.