Uses of Enum
org.c02e.jpgpj.util.FileDetection.ContainerType
Packages that use FileDetection.ContainerType
-
Uses of FileDetection.ContainerType in org.c02e.jpgpj.util
Subclasses with type arguments of type FileDetection.ContainerType in org.c02e.jpgpj.utilFields in org.c02e.jpgpj.util declared as FileDetection.ContainerTypeModifier and TypeFieldDescriptionFileDetection.DetectionResult.typeContainer type that was detected.Methods in org.c02e.jpgpj.util that return FileDetection.ContainerTypeModifier and TypeMethodDescriptionstatic FileDetection.ContainerTypeReturns 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)