mirror of
https://github.com/corda/corda.git
synced 2025-06-14 21:28:14 +00:00
classpath: Closeable & Flushable
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
package java.io;
|
||||
|
||||
public abstract class Reader {
|
||||
public abstract class Reader implements Closeable {
|
||||
public int read() throws IOException {
|
||||
char[] buffer = new char[1];
|
||||
int c = read(buffer);
|
||||
|
Reference in New Issue
Block a user