Class UnknownSegment
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
org.apache.commons.imaging.formats.jpeg.segments.AbstractGenericSegment
org.apache.commons.imaging.formats.jpeg.segments.UnknownSegment
- 
Field SummaryFields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegmentlength, marker
- 
Constructor SummaryConstructorsConstructorDescriptionUnknownSegment(int marker, byte[] bytes) UnknownSegment(int marker, int markerLength, InputStream is) 
- 
Method SummaryMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractGenericSegmentdump, dump, getSegmentData, getSegmentData, getSegmentDataAsStringMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegmentgetSegmentType, toStringMethods inherited from class org.apache.commons.imaging.common.BinaryFileParserdebugNumber, debugNumber, getByteOrder, setByteOrder
- 
Constructor Details- 
UnknownSegment
- 
UnknownSegment- Throws:
- IOException
 
 
- 
- 
Method Details- 
getDescriptionDescription copied from class:AbstractSegmentGets the description.- Specified by:
- getDescriptionin class- AbstractSegment
- Returns:
- the description.
 
 
-