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