(int bytes)
| 270 | // Implementations for encoding/decoding |
| 271 | |
| 272 | abstract int maxEncodedSize(int bytes); |
| 273 | |
| 274 | abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException; |
| 275 |
no outgoing calls
no test coverage detected