Class SGIHeader

java.lang.Object
com.twelvemonkeys.imageio.plugins.sgi.SGIHeader

final class SGIHeader extends Object
  • Field Details

    • compression

      private int compression
    • bytesPerPixel

      private int bytesPerPixel
    • dimensions

      private int dimensions
    • width

      private int width
    • height

      private int height
    • channels

      private int channels
    • minValue

      private int minValue
    • maxValue

      private int maxValue
    • name

      private String name
    • colorMode

      private int colorMode
  • Constructor Details

    • SGIHeader

      SGIHeader()
  • Method Details

    • getCompression

      public int getCompression()
    • getBytesPerPixel

      public int getBytesPerPixel()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getChannels

      public int getChannels()
    • getMinValue

      public int getMinValue()
    • getMaxValue

      public int getMaxValue()
    • getName

      public String getName()
    • getColorMode

      public int getColorMode()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • read

      public static SGIHeader read(ImageInputStream imageInput) throws IOException
      Throws:
      IOException
    • toAsciiString

      private static String toAsciiString(byte[] bytes)