MCPcopy Index your code
hub / github.com/antlr/codebuff / encodeTo

Method encodeTo

output/java_guava/1.4.17/BaseEncoding.java:274–274  ·  view source on GitHub ↗
(Appendable target, byte[] bytes, int off, int len)

Source from the content-addressed store, hash-verified

272 abstract int maxEncodedSize(int bytes);
273
274 abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException;
275
276 abstract int maxDecodedSize(int chars);
277

Callers 2

encodeMethod · 0.95
encodeToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected