|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--icc.tags.ICCTag
|
+--icc.tags.ICCTextType
A text based ICC tag
| Field Summary | |
byte[] |
ascii
Tag fields |
int |
reserved
Tag fields |
int |
type
Tag fields |
| Fields inherited from class icc.tags.ICCTag |
count, data, offset, signature |
| Constructor Summary | |
protected |
ICCTextType(int signature,
byte[] data,
int offset,
int length)
Construct this tag from its constituant parts |
| Method Summary | |
java.lang.String |
toString()
Return the string rep of this tag. |
| Methods inherited from class icc.tags.ICCTag |
createInstance, signatureString, typeString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final int type
public final int reserved
public final byte[] ascii
| Constructor Detail |
protected ICCTextType(int signature,
byte[] data,
int offset,
int length)
signature - tag iddata - array of bytesoffset - to data in the data arraylength - of data in the data array| Method Detail |
public java.lang.String toString()
toString in class ICCTag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||