Class TagInfoBytes

    • Constructor Detail

      • TagInfoBytes

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

        public TagInfoBytes​(java.lang.String name,
                            int tag,
                            java.util.List<FieldType> fieldTypes,
                            int length,
                            TiffDirectoryType directoryType)
      • TagInfoBytes

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

      • encodeValue

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