mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
classpath: Closeable & Flushable
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
package java.io;
|
||||
|
||||
public abstract class InputStream {
|
||||
public abstract class InputStream implements Closeable {
|
||||
public abstract int read() throws IOException;
|
||||
|
||||
public int read(byte[] buffer) throws IOException {
|
||||
|
Reference in New Issue
Block a user