Searched defs:ObjectInputStream (Results 1 – 2 of 2) sorted by relevance
43 public class ObjectInputStream extends InputStream implements ObjectInput, ObjectStreamConstants { class341 protected ObjectInputStream() throws IOException { in ObjectInputStream() method in ObjectInputStream359 public ObjectInputStream(InputStream input) throws StreamCorruptedException, IOException { in ObjectInputStream() method in ObjectInputStream
995 new ObjectInputStream() { in test_skipBytesI() method