Class TagInfoByteOrShort

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

public class TagInfoByteOrShort extends TagInfo
  • Constructor Details

    • TagInfoByteOrShort

      public TagInfoByteOrShort(String name, int tag, int length, TiffDirectoryType directoryType)
  • Method Details

    • encodeValue

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

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