|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sanselan.common.BinaryFileFunctions
org.apache.sanselan.common.BinaryFileParser
org.apache.sanselan.formats.jpeg.segments.Segment
org.apache.sanselan.formats.jpeg.segments.GenericSegment
org.apache.sanselan.formats.jpeg.segments.APPNSegment
org.apache.sanselan.formats.jpeg.segments.App2Segment
public class App2Segment
| Field Summary | |
|---|---|
int |
cur_marker
|
byte[] |
icc_bytes
|
int |
num_markers
|
| Fields inherited from class org.apache.sanselan.formats.jpeg.segments.GenericSegment |
|---|
bytes |
| Fields inherited from class org.apache.sanselan.formats.jpeg.segments.Segment |
|---|
length, marker |
| Fields inherited from class org.apache.sanselan.common.BinaryFileFunctions |
|---|
debug |
| Fields inherited from interface org.apache.sanselan.common.BinaryConstants |
|---|
BYTE_ORDER_BIG_ENDIAN, BYTE_ORDER_INTEL, BYTE_ORDER_LEAST_SIGNIFICANT_BYTE, BYTE_ORDER_LITTLE_ENDIAN, BYTE_ORDER_LSB, BYTE_ORDER_MOST_SIGNIFICANT_BYTE, BYTE_ORDER_MOTOROLA, BYTE_ORDER_MSB, BYTE_ORDER_NETWORK |
| Constructor Summary | |
|---|---|
App2Segment(int marker,
byte[] segmentData)
|
|
App2Segment(int marker,
int marker_length,
java.io.InputStream is2)
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
|
| Methods inherited from class org.apache.sanselan.formats.jpeg.segments.APPNSegment |
|---|
getDescription |
| Methods inherited from class org.apache.sanselan.formats.jpeg.segments.GenericSegment |
|---|
dump, dump |
| Methods inherited from class org.apache.sanselan.formats.jpeg.segments.Segment |
|---|
getSegmentType, toString |
| Methods inherited from class org.apache.sanselan.common.BinaryFileParser |
|---|
byteArrayHasPrefix, convertByteArrayToInt, convertByteArrayToInt, convertByteArrayToShort, convertByteArrayToShort, getByteOrder, int2ToByteArray, read2Bytes, read3Bytes, read4Bytes, setByteOrder, setByteOrder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final byte[] icc_bytes
public final int cur_marker
public final int num_markers
| Constructor Detail |
|---|
public App2Segment(int marker,
byte[] segmentData)
throws ImageReadException,
java.io.IOException
ImageReadException
java.io.IOException
public App2Segment(int marker,
int marker_length,
java.io.InputStream is2)
throws ImageReadException,
java.io.IOException
ImageReadException
java.io.IOException| Method Detail |
|---|
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||