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

Method readByteString

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

Reads a byte string value in CBOR format. @return the read byte string, never null . In case the encoded string has a length of 0 , an empty string is returned. @throws IOException in case of I/O problems reading the CBOR-encoded value from the underlying input stream.

(int maxLen)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

readMajorTypeWithSizeMethod · 0.95
failMethod · 0.95
readFullyMethod · 0.95

Tested by

no test coverage detected