MCPcopy Create free account
hub / github.com/bboyairwreck/PieMessage / encode3to4

Method encode3to4

JavaWebServer/src/plist/Base64.java:513–516  ·  view source on GitHub ↗

Encodes up to the first three bytes of array threeBytes and returns a four-byte array in Base64 notation. The actual number of significant bytes in your array is given by numSigBytes . The array threeBytes needs only be as big as numSigBytes . Code can reuse

(byte[] b4, byte[] threeBytes, int numSigBytes, int options)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

encodeMethod · 0.95
encodeBytesToBytesMethod · 0.95
readMethod · 0.45
writeMethod · 0.45
flushBase64Method · 0.45

Calls 1

getAlphabetMethod · 0.95

Tested by

no test coverage detected