Package pixy.image.tiff
Class UndefinedField
java.lang.Object
pixy.image.tiff.TiffField<byte[]>
pixy.image.tiff.UndefinedField
- All Implemented Interfaces:
java.lang.Comparable<TiffField<?>>
public final class UndefinedField extends TiffField<byte[]>
TIFF Attribute.UNDEFINED type field.
- Version:
- 1.0 02/05/2013
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UndefinedField(short tag, byte[] data)
-
Method Summary
Modifier and Type Method Description byte[]
getData()
java.lang.String
getDataAsString()
protected int
writeData(RandomAccessOutputStream os, int toOffset)
Methods inherited from class pixy.image.tiff.TiffField
compareTo, getDataAsLong, getDataOffset, getLength, getTag, getType, toString, write
-
Constructor Details
-
UndefinedField
public UndefinedField(short tag, byte[] data)
-
-
Method Details
-
getData
public byte[] getData() -
getDataAsString
public java.lang.String getDataAsString()- Specified by:
getDataAsString
in classTiffField<byte[]>
- Returns:
- a String representation of the field data
-
writeData
-