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

Method writeUInt32

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

Encodes and writes an unsigned 32-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

(int mt, int value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

writeInt32Method · 0.95
writeUIntMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected