Class LocalFileHeader.Methods
- java.lang.Object
-
- org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
-
- Enclosing class:
- LocalFileHeader
static class LocalFileHeader.Methods extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
COMPRESSED
(package private) static int
COMPRESSED_FASTER
(package private) static int
COMPRESSED_FASTEST
(package private) static int
COMPRESSED_MOST
(package private) static int
NO_DATA
(package private) static int
NO_DATA_NO_CRC
(package private) static int
STORED
-
Constructor Summary
Constructors Constructor Description Methods()
-
-
-
Field Detail
-
STORED
static final int STORED
- See Also:
- Constant Field Values
-
COMPRESSED_MOST
static final int COMPRESSED_MOST
- See Also:
- Constant Field Values
-
COMPRESSED
static final int COMPRESSED
- See Also:
- Constant Field Values
-
COMPRESSED_FASTER
static final int COMPRESSED_FASTER
- See Also:
- Constant Field Values
-
COMPRESSED_FASTEST
static final int COMPRESSED_FASTEST
- See Also:
- Constant Field Values
-
NO_DATA_NO_CRC
static final int NO_DATA_NO_CRC
- See Also:
- Constant Field Values
-
NO_DATA
static final int NO_DATA
- See Also:
- Constant Field Values
-
-