Class App2Segment

    • Field Detail

      • iccBytes

        private final byte[] iccBytes
      • curMarker

        public final int curMarker
      • numMarkers

        public final int numMarkers
    • Constructor Detail

      • App2Segment

        public App2Segment​(int marker,
                           byte[] segmentData)
                    throws ImagingException,
                           java.io.IOException
        Throws:
        ImagingException
        java.io.IOException
      • App2Segment

        public App2Segment​(int marker,
                           int markerLength,
                           java.io.InputStream is2)
                    throws ImagingException,
                           java.io.IOException
        Throws:
        ImagingException
        java.io.IOException
    • Method Detail

      • compareTo

        public int compareTo​(App2Segment other)
        Specified by:
        compareTo in interface java.lang.Comparable<App2Segment>
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getIccBytes

        public byte[] getIccBytes()
        Returns:
        the iccBytes
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object