Class DumpArchiveConstants
java.lang.Object
org.apache.commons.compress.archivers.dump.DumpArchiveConstants
Various constants associated with dump archives.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumerates compression types.static enumEnumerates the types of tape segment. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCHECKSUM value 84446.static final intFS_UFS2_MAGIC value 424935705.static final intHIGH_DENSITY_NTREC value 32.static final intLBLSIZE value 16.static final intNAMELEN value 64.static final intNFS_MAGIC value 60012.static final intNTREC value 10.static final intOFS_MAGIC value 60011.static final intTP_SIZE value 1024. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TP_SIZE
public static final int TP_SIZETP_SIZE value 1024.- See Also:
-
NTREC
public static final int NTRECNTREC value 10.- See Also:
-
HIGH_DENSITY_NTREC
public static final int HIGH_DENSITY_NTRECHIGH_DENSITY_NTREC value 32.- See Also:
-
OFS_MAGIC
public static final int OFS_MAGICOFS_MAGIC value 60011.- See Also:
-
NFS_MAGIC
public static final int NFS_MAGICNFS_MAGIC value 60012.- See Also:
-
FS_UFS2_MAGIC
public static final int FS_UFS2_MAGICFS_UFS2_MAGIC value 424935705.- See Also:
-
CHECKSUM
public static final int CHECKSUMCHECKSUM value 84446.- See Also:
-
LBLSIZE
public static final int LBLSIZELBLSIZE value 16.- See Also:
-
NAMELEN
public static final int NAMELENNAMELEN value 64.- See Also:
-
-
Constructor Details
-
DumpArchiveConstants
private DumpArchiveConstants()Do not instantiate.
-