Uses of Enum Class
cpod.CPODUtils.CPODFileType
Packages that use CPODUtils.CPODFileType
-
Uses of CPODUtils.CPODFileType in cpod
Methods in cpod that return CPODUtils.CPODFileTypeModifier 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.Methods in cpod with parameters of type CPODUtils.CPODFileTypeModifier 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)