mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
Add FileChannel#size()
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@ -30,4 +30,6 @@ public abstract class FileChannel implements Channel {
|
||||
public abstract long position() throws IOException;
|
||||
|
||||
public abstract FileChannel position(long position) throws IOException;
|
||||
|
||||
public abstract long size() throws IOException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user