(int chars)
| 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 |
no outgoing calls
no test coverage detected