public class App14Segment extends AppnSegment
Modifier and Type | Field and Description |
---|---|
static int |
ADOBE_COLOR_TRANSFORM_UNKNOWN |
static int |
ADOBE_COLOR_TRANSFORM_YCbCr |
static int |
ADOBE_COLOR_TRANSFORM_YCCK |
Constructor and Description |
---|
App14Segment(int marker,
byte[] segmentData) |
App14Segment(int marker,
int markerLength,
InputStream is) |
Modifier and Type | Method and Description |
---|---|
int |
getAdobeColorTransform() |
boolean |
isAdobeJpegSegment() |
getDescription
dump, dump, getSegmentData, getSegmentData, getSegmentDataAsString
getSegmentType, toString
debugNumber, debugNumber, getByteOrder, setByteOrder
public static final int ADOBE_COLOR_TRANSFORM_UNKNOWN
public static final int ADOBE_COLOR_TRANSFORM_YCbCr
public static final int ADOBE_COLOR_TRANSFORM_YCCK
public App14Segment(int marker, byte[] segmentData) throws IOException
IOException
public App14Segment(int marker, int markerLength, InputStream is) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.