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

Method encode

app/src/main/java/org/apache/commons/codec/binary/Base64.java:332–402  ·  view source on GitHub ↗

Encodes all of the provided data, starting at inPos, for inAvail bytes. Must be called at least twice: once with the data to encode, and once with inAvail set to "-1" to alert encoder that EOF has been reached, to flush last remaining bytes (if not multiple of 3). Note: no padding is

(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 1

encodeBase64Method · 0.95

Calls 1

ensureBufferSizeMethod · 0.80

Tested by

no test coverage detected