Class TagInfoSLong
- java.lang.Object
-
- org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
-
- org.apache.commons.imaging.formats.tiff.taginfos.TagInfoSLong
-
public class TagInfoSLong extends TagInfo
-
-
Field Summary
-
Fields inherited from class org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
dataTypes, directoryType, length, LENGTH_UNKNOWN, name, tag
-
-
Constructor Summary
Constructors Constructor Description TagInfoSLong(String name, int tag, TiffDirectoryType directoryType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
encodeValue(ByteOrder byteOrder, int value)
int
getValue(ByteOrder byteOrder, byte[] bytes)
-
Methods inherited from class org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
encodeValue, getDescription, getValue, isOffset, isText, toString
-
-
-
-
Constructor Detail
-
TagInfoSLong
public TagInfoSLong(String name, int tag, TiffDirectoryType directoryType)
-
-