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 intCOMPRESSED(package private) static intCOMPRESSED_FASTER(package private) static intCOMPRESSED_FASTEST(package private) static intCOMPRESSED_MOST(package private) static intNO_DATA(package private) static intNO_DATA_NO_CRC(package private) static intSTORED
-
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
-
-