Class Segment
- java.lang.Object
-
- org.apache.commons.imaging.common.BinaryFileParser
-
- org.apache.commons.imaging.formats.jpeg.segments.Segment
-
- Direct Known Subclasses:
DhtSegment
,DqtSegment
,GenericSegment
,JfifSegment
,SofnSegment
,SosSegment
public abstract class Segment extends BinaryFileParser
-
-
Constructor Summary
Constructors Constructor Description Segment(int marker, int length)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
dump(PrintWriter pw)
abstract String
getDescription()
String
getSegmentType()
String
toString()
-
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
-