public class GZIPArchive
extends java.lang.Object
GZIPArchive.ReadEntry
and GZIPArchive.WriteEntry
that are used by
GZIPArchiveReader
to read, or respectively by GZIPArchiveWriter
to write, entries of a GZIP archive.Modifier and Type | Class | Description |
---|---|---|
static class |
GZIPArchive.Entry |
A generic GZIP archive entry; it can be instantiated only as a
GZIPArchive.ReadEntry or GZIPArchive.WriteEntry . |
static class |
GZIPArchive.FormatException |
|
static class |
GZIPArchive.ReadEntry |
An entry used to read a GZIP archive entry.
|
static class |
GZIPArchive.WriteEntry |
An entry used to write a GZIP archive entry.
|
Modifier and Type | Field | Description |
---|---|---|
static int |
CHECKSUM_THRESHOLD |
|
static byte |
FCOMMENT |
|
static byte |
FEXTRA |
|
static byte |
FHCRC |
|
static int |
FIX_LEN |
|
static byte |
FNAME |
|
static byte |
FTEXT |
|
static byte[] |
GZIP_START |
|
static short |
INT_LEN |
|
static short |
SHORT_LEN |
|
static byte[] |
SKIP_LEN |
|
static short |
SUB_LEN |
|
static short |
TRAILER_LEN |
|
static byte |
XFL |
|
static byte[] |
XFL_OS |
|
static short |
XLEN |
Constructor | Description |
---|---|
GZIPArchive() |
public static final int CHECKSUM_THRESHOLD
public static final byte XFL
public static final byte FTEXT
public static final byte FHCRC
public static final byte FEXTRA
public static final byte FNAME
public static final byte FCOMMENT
public static final byte[] GZIP_START
public static final byte[] XFL_OS
public static final short SHORT_LEN
public static final short INT_LEN
public static final byte[] SKIP_LEN
public static final short SUB_LEN
public static final short XLEN
public static final short TRAILER_LEN
public static final int FIX_LEN