Searched defs:ObjectInputStream (Results 1 – 2 of 2) sorted by relevance
44 public class ObjectInputStream extends InputStream implements ObjectInput, ObjectStreamConstants { class342 protected ObjectInputStream() throws IOException { in ObjectInputStream() method in ObjectInputStream360 public ObjectInputStream(InputStream input) throws StreamCorruptedException, IOException { in ObjectInputStream() method in ObjectInputStream
620 new ObjectInputStream() {}.skipBytes(0); in test_skipBytesI() method