mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
ByteBuffer and InputStream now better match the standard.
This commit is contained in:
@ -56,7 +56,7 @@ public abstract class InputStream {
|
||||
}
|
||||
|
||||
public void reset() throws IOException {
|
||||
// ignore
|
||||
throw new IOException("mark/reset not supported");
|
||||
}
|
||||
|
||||
public boolean markSupported() {
|
||||
|
Reference in New Issue
Block a user