This commit is contained in:
Sebastian Stenzel
2015-12-19 11:26:35 +01:00
parent 69b192fe82
commit 951a02a9a5
14 changed files with 42 additions and 95 deletions
@@ -41,6 +41,6 @@ public interface ReadableBytes {
* if an {@link IOException} occurs while reading from this
* {@code ReadableBytes}
*/
void read(ByteBuffer target, int position) throws UncheckedIOException;
void read(ByteBuffer target, long position) throws UncheckedIOException;
}