Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stream

        public java.io.InputStream stream
        Wrapper around original input stream.
    • Constructor Detail

      • DetectionResult

        public DetectionResult()