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

Method decodeTo

output/java_guava/1.4.17/BaseEncoding.java:278–278  ·  view source on GitHub ↗
(byte[] target, CharSequence chars)

Source from the content-addressed store, hash-verified

276 abstract int maxDecodedSize(int chars);
277
278 abstract int decodeTo(byte[] target, CharSequence chars) throws DecodingException;
279
280 abstract CharMatcher padding();
281

Callers 2

decodeCheckedMethod · 0.95
decodeToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected