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

Method writeUInt16

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

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

writeInt16Method · 0.95
writeUIntMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected