(byte[] target, CharSequence chars)
| 276 | abstract int maxDecodedSize(int chars); |
| 277 | |
| 278 | abstract int decodeTo(byte[] target, CharSequence chars) throws DecodingException; |
| 279 | |
| 280 | abstract CharMatcher padding(); |
| 281 |
no outgoing calls
no test coverage detected