Package org.apache.commons.imaging.icc
Class IccTag
java.lang.Object
org.apache.commons.imaging.icc.IccTag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private int
final IccTagType
private IccTagDataType
final int
private static final Logger
final int
final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(PrintWriter pw, String prefix) void
private IccTagDataType
getIccTagDataType
(int quad) void
setData
(byte[] bytes)
-
Field Details
-
LOGGER
-
signature
public final int signature -
offset
public final int offset -
length
public final int length -
fIccTagType
-
data
private byte[] data -
itdt
-
dataTypeSignature
private int dataTypeSignature
-
-
Constructor Details
-
IccTag
-
-
Method Details
-
setData
- Throws:
IOException
-
getIccTagDataType
-
dump
- Throws:
ImageReadException
IOException
-
dump
- Throws:
ImageReadException
IOException
-