public class IccTag extends Object
Modifier and Type | Field and Description |
---|---|
org.apache.commons.imaging.icc.IccTagType |
fIccTagType |
int |
length |
int |
offset |
int |
signature |
Constructor and Description |
---|
IccTag(int signature,
int offset,
int length,
org.apache.commons.imaging.icc.IccTagType fIccTagType) |
Modifier and Type | Method and Description |
---|---|
void |
dump(PrintWriter pw,
String prefix) |
void |
dump(String prefix) |
void |
setData(byte[] bytes) |
public final int signature
public final int offset
public final int length
public final org.apache.commons.imaging.icc.IccTagType fIccTagType
public IccTag(int signature, int offset, int length, org.apache.commons.imaging.icc.IccTagType fIccTagType)
public void setData(byte[] bytes) throws IOException
IOException
public void dump(String prefix) throws ImageReadException, IOException
ImageReadException
IOException
public void dump(PrintWriter pw, String prefix) throws ImageReadException, IOException
ImageReadException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.