Uses of Enum Class
cpod.CPODUtils.CPODFileType
-
Uses of CPODUtils.CPODFileType in cpod
Modifier and TypeMethodDescriptionstatic CPODUtils.CPODFileType
CPODUtils.CPODFileType.fromString
(String text) static CPODUtils.CPODFileType
CPODUtils.getFileType
(File cpFile) static CPODUtils.CPODFileType
Returns the enum constant of this class with the specified name.static CPODUtils.CPODFileType[]
CPODUtils.CPODFileType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic int
CPODReader.getDataSize
(CPODUtils.CPODFileType fileType) static int
CPODReader.getHeadSize
(CPODUtils.CPODFileType fileType) static CPODReader.CPODHeader
CPODReader.readHeader
(BufferedInputStream bis, CPODUtils.CPODFileType cpFileType)