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

Method maxEncodedSize

guava/src/com/google/common/io/BaseEncoding.java:264–264  ·  view source on GitHub ↗
(int bytes)

Source from the content-addressed store, hash-verified

262 // Implementations for encoding/decoding
263
264 abstract int maxEncodedSize(int bytes);
265
266 abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException;
267

Callers 2

encodeMethod · 0.95
maxEncodedSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected