|
|||||||||
| Home >> All >> com >> jguild >> jrpm >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jguild.jrpm.io
Interface PayloadArchive

- public interface PayloadArchive
Interface for RPM payload archives
| Field Summary | |
static byte |
COMPRESSION_GZIP
|
static byte |
COMPRESSION_NONE
|
| Method Summary | |
void |
extract(java.io.File basedir)
|
| Field Detail |
COMPRESSION_NONE
public static final byte COMPRESSION_NONE
- See Also:
- Constant Field Values
COMPRESSION_GZIP
public static final byte COMPRESSION_GZIP
- See Also:
- Constant Field Values
| Method Detail |
extract
public void extract(java.io.File basedir) throws java.io.IOException
|
|||||||||
| Home >> All >> com >> jguild >> jrpm >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC