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

Method readUInt

src/peergos/shared/cbor/CborDecoder.java:402–421  ·  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 length, boolean breakAllowed)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

readIntMethod · 0.95
readTagMethod · 0.95
readMajorTypeWithSizeMethod · 0.95
readUIntExactMethod · 0.95

Calls 5

readUInt8Method · 0.95
readUInt16Method · 0.95
readUInt32Method · 0.95
readUInt64Method · 0.95
failMethod · 0.95

Tested by

no test coverage detected