Class TagInfoByte

    • Constructor Detail

      • TagInfoByte

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

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

      • encodeValue

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