Searched defs:ObjectInputStream (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/io/
H A DObjectInputStream.java62 public class ObjectInputStream extends InputStream implements ObjectInput, class in inherits:InputStream,ObjectInput,ObjectStreamConstants
360 * Constructs a new ObjectInputStream. This default constructor can be used
371 protected ObjectInputStream() throws IOException, SecurityException { method in class:ObjectInputStream
383 * Constructs a new ObjectInputStream that reads from the InputStream
397 public ObjectInputStream(InputStream input) method in class:ObjectInputStream
400 final Class<?> thisClass = ObjectInputStream.class;
2378 * Reads and validates the ObjectInputStream header from the source stream.

Completed in 74 milliseconds