|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.util.io.ArchiverFactory
public abstract class ArchiverFactory
Creates Archiver
on top of a stream.
Field Summary | |
---|---|
static ArchiverFactory |
TAR
Uncompressed tar format. |
static ArchiverFactory |
TARGZ
tar+gz |
static ArchiverFactory |
ZIP
Zip format. |
Constructor Summary | |
---|---|
ArchiverFactory()
|
Method Summary | |
---|---|
abstract Archiver |
create(OutputStream out)
Creates an archiver on top of the given stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static ArchiverFactory TAR
public static ArchiverFactory TARGZ
public static ArchiverFactory ZIP
Constructor Detail |
---|
public ArchiverFactory()
Method Detail |
---|
public abstract Archiver create(OutputStream out) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |