public class App2Segment extends AppnSegment implements Comparable<App2Segment>
Modifier and Type | Field and Description |
---|---|
int |
curMarker |
int |
numMarkers |
Constructor and Description |
---|
App2Segment(int marker,
byte[] segmentData) |
App2Segment(int marker,
int markerLength,
InputStream is2) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(App2Segment other) |
boolean |
equals(Object obj) |
byte[] |
getIccBytes() |
int |
hashCode() |
getDescription
dump, dump, getSegmentData, getSegmentData, getSegmentDataAsString
getSegmentType, toString
debugNumber, debugNumber, getByteOrder, setByteOrder
public App2Segment(int marker, byte[] segmentData) throws ImageReadException, IOException
ImageReadException
IOException
public App2Segment(int marker, int markerLength, InputStream is2) throws ImageReadException, IOException
ImageReadException
IOException
public int compareTo(App2Segment other)
compareTo
in interface Comparable<App2Segment>
public byte[] getIccBytes()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.