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

public class TagInfoLongs extends TagInfo
  • Constructor Details

    • TagInfoLongs

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

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

    • getValue

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

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