Package pixy.image.tiff
Class SShortField
java.lang.Object
pixy.image.tiff.TiffField<short[]>
pixy.image.tiff.AbstractShortField
pixy.image.tiff.SShortField
- All Implemented Interfaces:
java.lang.Comparable<TiffField<?>>
public final class SShortField extends AbstractShortField
TIFF SShort type field.
- Version:
- 1.0 02/24/2013
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SShortField(short tag, short[] data)
-
Method Summary
Modifier and Type Method Description int[]
getDataAsLong()
Return an integer array representing TIFF long fieldjava.lang.String
getDataAsString()
-
Constructor Details
-
SShortField
public SShortField(short tag, short[] data)
-
-
Method Details
-
getDataAsLong
public int[] getDataAsLong()Description copied from class:TiffField
Return an integer array representing TIFF long field- Overrides:
getDataAsLong
in classTiffField<short[]>
-
getDataAsString
public java.lang.String getDataAsString()- Specified by:
getDataAsString
in classTiffField<short[]>
- Returns:
- a String representation of the field data
-