MCPcopy Create free account
hub / github.com/HTBridge/pivaa / decode

Method decode

app/src/main/java/org/apache/commons/codec/binary/Base32.java:341–419  ·  view source on GitHub ↗

Decodes all of the provided data, starting at inPos, for inAvail bytes. Should be called at least twice: once with the data to decode, and once with inAvail set to "-1" to alert decoder that EOF has been reached. The "-1" call is not necessary when decoding, but it doesn't hurt, either.

(final byte[] in, int inPos, final int inAvail, final Context context)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

ensureBufferSizeMethod · 0.80

Tested by

no test coverage detected