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.CPODFileTypeCPODUtils.CPODFileType.fromString(String text) static CPODUtils.CPODFileTypeCPODUtils.getFileType(File cpFile) static CPODUtils.CPODFileTypeReturns 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 intCPODReader.getDataSize(CPODUtils.CPODFileType fileType) static intCPODReader.getHeadSize(CPODUtils.CPODFileType fileType) static CPODReader.CPODHeaderCPODReader.readHeader(BufferedInputStream bis, CPODUtils.CPODFileType cpFileType)