Package org.c02e.jpgpj.util
Class FileDetection.DetectionResult
- java.lang.Object
-
- org.c02e.jpgpj.util.FileDetection.DetectionResult
-
- Enclosing class:
- FileDetection
public static class FileDetection.DetectionResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.io.InputStream
stream
Wrapper around original input stream.FileDetection.ContainerType
type
Container type that was detected.
-
Constructor Summary
Constructors Constructor Description DetectionResult()
DetectionResult(java.io.InputStream stream, FileDetection.ContainerType type)
-
-
-
Field Detail
-
stream
public java.io.InputStream stream
Wrapper around original input stream.
-
type
public FileDetection.ContainerType type
Container type that was detected.
-
-
Constructor Detail
-
DetectionResult
public DetectionResult()
-
DetectionResult
public DetectionResult(java.io.InputStream stream, FileDetection.ContainerType type)
-
-