Class AppnSegment
- java.lang.Object
-
- org.apache.commons.imaging.common.BinaryFileParser
-
- org.apache.commons.imaging.formats.jpeg.segments.Segment
-
- org.apache.commons.imaging.formats.jpeg.segments.GenericSegment
-
- org.apache.commons.imaging.formats.jpeg.segments.AppnSegment
-
- Direct Known Subclasses:
App13Segment
,App14Segment
,App2Segment
public class AppnSegment extends GenericSegment
-
-
Constructor Summary
Constructors Constructor Description AppnSegment(int marker, int markerLength, java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
-
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.GenericSegment
dump, dump, getSegmentData, getSegmentData, getSegmentDataAsString
-
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.Segment
getSegmentType, toString
-
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in classSegment
-
-