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

Method maxDecodedSize

output/java_guava/1.4.19/BaseEncoding.java:276–276  ·  view source on GitHub ↗
(int chars)

Source from the content-addressed store, hash-verified

274 abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException;
275
276 abstract int maxDecodedSize(int chars);
277
278 abstract int decodeTo(byte[] target, CharSequence chars) throws DecodingException;
279

Callers 2

decodeCheckedMethod · 0.95
maxDecodedSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected