Uses of Class
org.c02e.jpgpj.util.FileDetection.ContainerType
-
Packages that use FileDetection.ContainerType Package Description org.c02e.jpgpj.util -
-
Uses of FileDetection.ContainerType in org.c02e.jpgpj.util
Fields in org.c02e.jpgpj.util declared as FileDetection.ContainerType Modifier and Type Field Description FileDetection.ContainerTypeFileDetection.DetectionResult. typeContainer type that was detected.Methods in org.c02e.jpgpj.util that return FileDetection.ContainerType Modifier and Type Method Description static FileDetection.ContainerTypeFileDetection.ContainerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileDetection.ContainerType[]FileDetection.ContainerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.c02e.jpgpj.util with parameters of type FileDetection.ContainerType Constructor Description DetectionResult(java.io.InputStream stream, FileDetection.ContainerType type)
-