Class SOSSegment

java.lang.Object
org.aoju.bus.image.nimble.codec.jpeg.SOSSegment

public class SOSSegment extends Object
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • SOSSegment

      public SOSSegment(byte[] data, int offset)
  • Method Details

    • offset

      public int offset()
    • getMarker

      public int getMarker()
    • getHeaderLength

      public int getHeaderLength()
    • getNumComponents

      public int getNumComponents()
    • getComponentID

      public int getComponentID(int index)
    • getTa

      public int getTa(int index)
    • getTd

      public int getTd(int index)
    • getSs

      public int getSs()
    • getSe

      public int getSe()
    • getAh

      public int getAh()
    • getAl

      public int getAl()
    • getNear

      public int getNear()
    • getILV

      public int getILV()
    • toString

      public String toString()
      Overrides:
      toString in class Object