Class TagInfoShortOrLong

java.lang.Object
org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoShortOrLong

public class TagInfoShortOrLong extends TagInfo
  • Constructor Details

    • TagInfoShortOrLong

      public TagInfoShortOrLong(String name, int tag, int length, TiffDirectoryType directoryType)
    • TagInfoShortOrLong

      public TagInfoShortOrLong(String name, int tag, int length, TiffDirectoryType directoryType, boolean isOffset)
  • Method Details

    • encodeValue

      public byte[] encodeValue(ByteOrder byteOrder, short... values)
    • encodeValue

      public byte[] encodeValue(ByteOrder byteOrder, int... values)