mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
API additions for compatibility with harmony's java.util package
This commit is contained in:
@ -79,6 +79,10 @@ public class ObjectInputStream extends InputStream {
|
||||
read('d');
|
||||
return readDoubleToken();
|
||||
}
|
||||
|
||||
public void defaultReadObject() throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
private void skipSpace() throws IOException {
|
||||
int c;
|
||||
|
Reference in New Issue
Block a user