ucar.jpeg.icc.tags
Class ICCTextDescriptionType

java.lang.Object
  extended by ucar.jpeg.icc.tags.ICCTag
      extended by ucar.jpeg.icc.tags.ICCTextDescriptionType

public class ICCTextDescriptionType
extends ICCTag

A text based ICC tag

Version:
1.0
Author:
Bruce A. Kern

Field Summary
 byte[] ascii
          Tag fields
 int reserved
          Tag fields
 int size
          Tag fields
 int type
          Tag fields
 
Fields inherited from class ucar.jpeg.icc.tags.ICCTag
count, data, offset, signature
 
Constructor Summary
protected ICCTextDescriptionType(int signature, byte[] data, int offset, int length)
          Construct this tag from its constituant parts
 
Method Summary
 String toString()
          Return the string rep of this tag.
 
Methods inherited from class ucar.jpeg.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

type

public final int type
Tag fields


reserved

public final int reserved
Tag fields


size

public final int size
Tag fields


ascii

public final byte[] ascii
Tag fields

Constructor Detail

ICCTextDescriptionType

protected ICCTextDescriptionType(int signature,
                                 byte[] data,
                                 int offset,
                                 int length)
Construct this tag from its constituant parts

Parameters:
signature - tag id
data - array of bytes
offset - to data in the data array
length - of data in the data array
Method Detail

toString

public String toString()
Return the string rep of this tag.

Overrides:
toString in class ICCTag


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.