MCPcopy Create free account
hub / github.com/Peergos/Peergos / writeUInt8

Method writeUInt8

src/peergos/shared/cbor/CborEncoder.java:486–489  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

writeInt8Method · 0.95
writeUIntMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected