Class TagInfoByteOrShort


  • public class TagInfoByteOrShort
    extends TagInfo
    • Constructor Detail

      • TagInfoByteOrShort

        public TagInfoByteOrShort​(java.lang.String name,
                                  int tag,
                                  int length,
                                  TiffDirectoryType directoryType)
    • Method Detail

      • encodeValue

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

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