public class TLMMarkerSegment extends MarkerSegment
| Constructor and Description |
|---|
TLMMarkerSegment() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
process(int bytesToEat)
Processes the marker segment.The DataInputStream
will be at the point of having read the marker code.The
process method must consume exactly the number
of bytes remaining in the marker segment. |
getMainOrTile, isMarker, markerSegmentMaker, nCompBytes, readMarkLen, setCodestream, setContCodestream, setDataInputStream, setModule, setRepInfoprotected boolean process(int bytesToEat)
throws 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.IOExceptionCopyright © 2008–2021 The Open Preservation Foundation. All rights reserved.