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