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() |
getDescriptiondump, dump, getSegmentData, getSegmentData, getSegmentDataAsStringgetSegmentType, toStringdebugNumber, debugNumber, getByteOrder, setByteOrderpublic App2Segment(int marker,
byte[] segmentData)
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic App2Segment(int marker,
int markerLength,
InputStream is2)
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic int compareTo(App2Segment other)
compareTo in interface Comparable<App2Segment>public byte[] getIccBytes()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.