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

Method maxEncodedSize

output/java_guava/1.4.17/BaseEncoding.java:272–272  ·  view source on GitHub ↗
(int bytes)

Source from the content-addressed store, hash-verified

270 // Implementations for encoding/decoding
271
272 abstract int maxEncodedSize(int bytes);
273
274 abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException;
275

Callers 2

encodeMethod · 0.95
maxEncodedSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected