Uses of Enum
org.c02e.jpgpj.util.FileDetection.ContainerType
Packages that use FileDetection.ContainerType
-
Uses of FileDetection.ContainerType in org.c02e.jpgpj.util
Fields in org.c02e.jpgpj.util declared as FileDetection.ContainerTypeModifier and TypeFieldDescriptionFileDetection.DetectionResult.type
Container type that was detected.Methods in org.c02e.jpgpj.util that return FileDetection.ContainerTypeModifier and TypeMethodDescriptionstatic FileDetection.ContainerType
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.ContainerTypeModifierConstructorDescriptionDetectionResult
(InputStream stream, FileDetection.ContainerType type)