Class TagInfoLongOrIfd

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

public class TagInfoLongOrIfd extends TagInfo
  • Constructor Details

    • TagInfoLongOrIfd

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

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

    • encodeValue

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

      public int[] getValue(ByteOrder byteOrder, byte[] bytes)