Uses of Enum
org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
Packages that use DumpArchiveConstants.SEGMENT_TYPE
Package
Description
This package provides stream classes for reading archives
using the Unix DUMP format.
-
Uses of DumpArchiveConstants.SEGMENT_TYPE in org.apache.commons.compress.archivers.dump
Fields in org.apache.commons.compress.archivers.dump declared as DumpArchiveConstants.SEGMENT_TYPEMethods in org.apache.commons.compress.archivers.dump that return DumpArchiveConstants.SEGMENT_TYPEModifier and TypeMethodDescriptionDumpArchiveConstants.SEGMENT_TYPE.find
(int code) DumpArchiveEntry.getHeaderType()
Return the type of the tape segment header.DumpArchiveEntry.TapeSegmentHeader.getType()
Returns the enum constant of this type with the specified name.static DumpArchiveConstants.SEGMENT_TYPE[]
DumpArchiveConstants.SEGMENT_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared.