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

Method encodeLine

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

Encode a single line of data (less than or equal to 45 characters). @param data The array of byte data. @param offset The starting offset within the data. @param length Length of the data to encode. @param out The output stream the encoded data is written to. @exception IOException if somethin

(
        byte[] data, int offset, int length, OutputStream out)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

encodeMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected