MCPcopy Create free account
hub / github.com/apache/ant / encode

Method encode

src/main/org/apache/tools/ant/util/UUEncoder.java:60–79  ·  view source on GitHub ↗

UUEncode bytes from the input stream, and write them as text characters to the output stream. This method will run until it exhausts the input stream. @param is the input stream. @param out the output stream. @throws IOException if there is an error.

(InputStream is, OutputStream out)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

encodeBeginMethod · 0.95
encodeLineMethod · 0.95
encodeEndMethod · 0.95
readMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected