Class UnknownSegment
- 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.UnknownSegment
-
public class UnknownSegment extends GenericSegment
-
-
Constructor Summary
Constructors Constructor Description UnknownSegment(int marker, byte[] bytes)
UnknownSegment(int marker, int markerLength, InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
UnknownSegment
public UnknownSegment(int marker, int markerLength, InputStream is) throws IOException
- Throws:
IOException
-
UnknownSegment
public UnknownSegment(int marker, byte[] bytes)
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classSegment
-
-