Package org.apache.commons.imaging.icc
Class IccTag
- java.lang.Object
-
- org.apache.commons.imaging.icc.IccTag
-
public class IccTag extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
data
private int
dataTypeSignature
IccTagType
fIccTagType
private IccTagDataType
itdt
int
length
private static java.util.logging.Logger
LOGGER
int
offset
int
signature
-
Constructor Summary
Constructors Constructor Description IccTag(int signature, int offset, int length, IccTagType fIccTagType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(java.io.PrintWriter pw, java.lang.String prefix)
void
dump(java.lang.String prefix)
private IccTagDataType
getIccTagDataType(int quad)
void
setData(byte[] bytes)
-
-
-
Field Detail
-
LOGGER
private static final java.util.logging.Logger LOGGER
-
signature
public final int signature
-
offset
public final int offset
-
length
public final int length
-
fIccTagType
public final IccTagType fIccTagType
-
data
private byte[] data
-
itdt
private IccTagDataType itdt
-
dataTypeSignature
private int dataTypeSignature
-
-
Constructor Detail
-
IccTag
public IccTag(int signature, int offset, int length, IccTagType fIccTagType)
-
-
Method Detail
-
setData
public void setData(byte[] bytes) throws java.io.IOException
- Throws:
java.io.IOException
-
getIccTagDataType
private IccTagDataType getIccTagDataType(int quad)
-
dump
public void dump(java.lang.String prefix) throws ImageReadException, java.io.IOException
- Throws:
ImageReadException
java.io.IOException
-
dump
public void dump(java.io.PrintWriter pw, java.lang.String prefix) throws ImageReadException, java.io.IOException
- Throws:
ImageReadException
java.io.IOException
-
-