(int bytes)
| 262 | // Implementations for encoding/decoding |
| 263 | |
| 264 | abstract int maxEncodedSize(int bytes); |
| 265 | |
| 266 | abstract void encodeTo(Appendable target, byte[] bytes, int off, int len) throws IOException; |
| 267 |
no outgoing calls
no test coverage detected