Encodes and writes an unsigned 8-bit integer value @param mt the major type of the value to write, denotes what semantics the written value has; @param value the value to write, values from Long#MIN_VALUE to Long#MAX_VALUE are supported. @throws IOException in case of I/O problems w
(int mt, int value)