mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
Add FileChannel#size()
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@ -193,6 +193,10 @@ public class RandomAccessFile {
|
||||
seek(position);
|
||||
return this;
|
||||
}
|
||||
|
||||
public long size() throws IOException {
|
||||
return length();
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user