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

Method readSmallInt

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

Reads a signed or unsigned small (<= 23) integer value in CBOR format. @read the small integer value, values in the range [-24..23] are supported. @throws IOException in case of I/O problems reading the CBOR-encoded value from the underlying output stream.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

expectIntegerTypeMethod · 0.95
readUIntExactMethod · 0.95
readMethod · 0.65

Tested by

no test coverage detected