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

Method maxEncodedSize

corpus/java/training/guava/io/BaseEncoding.java:259–259  ·  view source on GitHub ↗
(int bytes)

Source from the content-addressed store, hash-verified

257 // Implementations for encoding/decoding
258
259 abstract int maxEncodedSize(int bytes);
260
261 abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException;
262

Callers 2

encodeMethod · 0.95
maxEncodedSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected