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

Method readUIntExact

src/peergos/shared/cbor/CborDecoder.java:474–480  ·  view source on GitHub ↗

Reads an unsigned integer with a given length-indicator. @param length the length indicator to use; @return the read unsigned integer, as long value. @throws IOException in case of I/O problems reading the unsigned integer from the underlying input stream.

(int expectedLength, int length)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

readInt16Method · 0.95
readInt32Method · 0.95
readInt64Method · 0.95
readInt8Method · 0.95
readSmallIntMethod · 0.95

Calls 3

failMethod · 0.95
lengthToStringMethod · 0.95
readUIntMethod · 0.95

Tested by

no test coverage detected