MCPcopy Index your code
hub / github.com/google/guava / encodeTo

Method encodeTo

guava/src/com/google/common/io/BaseEncoding.java:266–266  ·  view source on GitHub ↗
(Appendable target, byte[] bytes, int off, int len)

Source from the content-addressed store, hash-verified

264 abstract int maxEncodedSize(int bytes);
265
266 abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException;
267
268 abstract int maxDecodedSize(int chars);
269

Callers 2

encodeMethod · 0.95
encodeToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected