MCPcopy Create free account
hub / github.com/antlr/codebuff / encodeTo

Method encodeTo

corpus/java/training/guava/io/BaseEncoding.java:261–261  ·  view source on GitHub ↗
(Appendable target, byte[] bytes, int off, int len)

Source from the content-addressed store, hash-verified

259 abstract int maxEncodedSize(int bytes);
260
261 abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException;
262
263 abstract int maxDecodedSize(int chars);
264

Callers 2

encodeMethod · 0.95
encodeToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected