mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-05 23:57:31 +00:00
cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user