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

Method readInt

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

Reads a signed or unsigned integer value in CBOR format. @return the read integer value, values from Long#MIN_VALUE to Long#MAX_VALUE are supported. @throws IOException in case of I/O problems reading the CBOR-encoded value from the underlying input 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
readUIntMethod · 0.95
readMethod · 0.65

Tested by

no test coverage detected