Uses of Class
com.ibm.dtfj.utils.file.FileSniffer.CoreFormatType
-
Packages that use FileSniffer.CoreFormatType Package Description com.ibm.dtfj.utils.file -
-
Uses of FileSniffer.CoreFormatType in com.ibm.dtfj.utils.file
Methods in com.ibm.dtfj.utils.file that return FileSniffer.CoreFormatType Modifier and Type Method Description static FileSniffer.CoreFormatType
FileSniffer. getCoreFormat(ImageInputStream iis)
Determine the format of the core file.static FileSniffer.CoreFormatType
FileSniffer.CoreFormatType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileSniffer.CoreFormatType[]
FileSniffer.CoreFormatType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-