Class App14Segment
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
org.apache.commons.imaging.formats.jpeg.segments.App14Segment
http://www.aiim.org/documents/standards/PDF-Ref/References/Adobe/5116.DCT_Filter.pdf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intprivate static final byte[] -
Constructor Summary
ConstructorsConstructorDescriptionApp14Segment(int marker, byte[] segmentData) App14Segment(int marker, int markerLength, InputStream is) -
Method Summary
Methods inherited from class AppnSegment
getDescriptionMethods inherited from class GenericSegment
dump, dump, getSegmentData, getSegmentData, getSegmentDataAsStringMethods inherited from class Segment
getSegmentType, toStringMethods inherited from class BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
ADOBE_PREFIX
private static final byte[] ADOBE_PREFIX -
ADOBE_COLOR_TRANSFORM_UNKNOWN
public static final int ADOBE_COLOR_TRANSFORM_UNKNOWN- See Also:
-
ADOBE_COLOR_TRANSFORM_YCbCr
public static final int ADOBE_COLOR_TRANSFORM_YCbCr- See Also:
-
ADOBE_COLOR_TRANSFORM_YCCK
public static final int ADOBE_COLOR_TRANSFORM_YCCK- See Also:
-
-
Constructor Details
-
App14Segment
- Throws:
IOException
-
App14Segment
- Throws:
IOException
-
-
Method Details
-
isAdobeJpegSegment
public boolean isAdobeJpegSegment() -
getAdobeColorTransform
public int getAdobeColorTransform()
-