Class DumpArchiveConstants
- java.lang.Object
-
- org.apache.commons.compress.archivers.dump.DumpArchiveConstants
-
public final class DumpArchiveConstants extends java.lang.ObjectVarious constants associated with dump archives.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDumpArchiveConstants.COMPRESSION_TYPEThe type of compression.static classDumpArchiveConstants.SEGMENT_TYPEThe type of tape segment.
-
Field Summary
Fields Modifier and Type Field Description static intCHECKSUMstatic intFS_UFS2_MAGICstatic intHIGH_DENSITY_NTRECstatic intLBLSIZEstatic intNAMELENstatic intNFS_MAGICstatic intNTRECstatic intOFS_MAGICstatic intTP_SIZE
-
-
-
Field Detail
-
TP_SIZE
public static final int TP_SIZE
- See Also:
- Constant Field Values
-
NTREC
public static final int NTREC
- See Also:
- Constant Field Values
-
HIGH_DENSITY_NTREC
public static final int HIGH_DENSITY_NTREC
- See Also:
- Constant Field Values
-
OFS_MAGIC
public static final int OFS_MAGIC
- See Also:
- Constant Field Values
-
NFS_MAGIC
public static final int NFS_MAGIC
- See Also:
- Constant Field Values
-
FS_UFS2_MAGIC
public static final int FS_UFS2_MAGIC
- See Also:
- Constant Field Values
-
CHECKSUM
public static final int CHECKSUM
- See Also:
- Constant Field Values
-
LBLSIZE
public static final int LBLSIZE
- See Also:
- Constant Field Values
-
NAMELEN
public static final int NAMELEN
- See Also:
- Constant Field Values
-
-