(int offset)
| 45 | public abstract ByteBuffer put(byte[] arr, int offset, int len); |
| 46 | |
| 47 | protected abstract byte doGet(int offset); |
| 48 | |
| 49 | public abstract ByteBuffer get(byte[] dst, int offset, int length); |
| 50 |
no outgoing calls
no test coverage detected