public class PLMMarkerSegment extends MarkerSegment
| Constructor and Description |
|---|
PLMMarkerSegment()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
process(int bytesToEat)
Processes the marker segment.
|
getMainOrTile, isMarker, markerSegmentMaker, nCompBytes, readMarkLen, setCodestream, setContCodestream, setDataInputStream, setModule, setRepInfoprotected boolean process(int bytesToEat)
throws java.io.IOException
process method must consume exactly the number
of bytes remaining in the marker segment.process in class MarkerSegmentbytesToEat - The number of bytes that must be consumed.
If it is 0 for a MarkerSegment, the
number of bytes to consume is unknown.true if segment is well-formed,
false otherwise.java.io.IOException