(byte @NotNull [] key, int keyOffset, int keyLength, byte @NotNull [] value, int valueOffset, int valueLength)
| 11 | @Nullable Binary get(byte @NotNull [] key, int offset, int length); |
| 12 | |
| 13 | void put(byte @NotNull [] key, int keyOffset, int keyLength, |
| 14 | byte @NotNull [] value, int valueOffset, int valueLength) throws Exception; |
| 15 | |
| 16 | void remove(byte @NotNull [] key, int offset, int length) throws Exception; |
no outgoing calls
no test coverage detected