Class RgbeInfo

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    class RgbeInfo
    extends java.lang.Object
    implements java.io.Closeable
    • Field Detail

      • HEADER

        private static final byte[] HEADER
      • RESOLUTION_STRING

        private static final java.util.regex.Pattern RESOLUTION_STRING
      • in

        private final java.io.InputStream in
      • width

        private int width
      • height

        private int height
      • TWO_TWO

        private static final byte[] TWO_TWO
    • Constructor Detail

      • RgbeInfo

        RgbeInfo​(ByteSource byteSource)
          throws java.io.IOException
        Throws:
        java.io.IOException