Class TagInfoShortOrLong


  • public class TagInfoShortOrLong
    extends TagInfo
    • Constructor Detail

      • TagInfoShortOrLong

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

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

      • encodeValue

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

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