MCPcopy Create free account
hub / github.com/bage2014/study / readBase64

Method readBase64

study-utils/src/main/java/com/gootrip/util/Base64.java:902–925  ·  view source on GitHub ↗

Reads the next (decoded) Base64 character from the input stream. Non Base64 characters are skipped. @param in Stream from which bytes are read. @param throwExceptions Throw an exception if an unexpected character is encountered. @return the next Base64 character from the stream or -1 if there are n

(InputStream in, boolean throwExceptions)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

decodeMethod · 0.95

Calls 2

getStringMethod · 0.65
readMethod · 0.45

Tested by

no test coverage detected