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

Method write

JavaWebServer/src/plist/Base64.java:1988–2030  ·  view source on GitHub ↗

Writes the byte to the output stream after converting to/from Base64 notation. When encoding, bytes are buffered three at a time before the output stream actually gets a write() call. When decoding, bytes are buffered four at a time. @param theByte the byte to write @since 1.3

(int theByte)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

encodeToFileMethod · 0.95
decodeToFileMethod · 0.95
toBinaryMethod · 0.45
toBinaryMethod · 0.45
toBinaryMethod · 0.45
encodeBytesToBytesMethod · 0.45
decodeMethod · 0.45
encodeFileToFileMethod · 0.45
decodeFileToFileMethod · 0.45
flushBase64Method · 0.45
readAllMethod · 0.45
saveAsXMLMethod · 0.45

Calls 2

decode4to3Method · 0.95
encode3to4Method · 0.45

Tested by

no test coverage detected