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

/openjdk7/jdk/make/java/java/
H A DMakefile252 CFLAGS_OPT/ObjectInputStream.o = -xO3 \
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java47 * An ObjectInputStream deserializes primitive data and objects previously
50 * <p>ObjectOutputStream and ObjectInputStream can provide an application with
52 * and FileInputStream respectively. ObjectInputStream is used to recover
57 * <p>ObjectInputStream ensures that the types of all objects in the graph
92 * ObjectInputStream ois = new ObjectInputStream(fis);
117 * private void readObject(java.io.ObjectInputStream stream)
127 * restored by reading data from the ObjectInputStream for the individual
173 * the ObjectInputStream and abort the reading process.
186 * deserialize an enum constant, ObjectInputStream read
206 public class ObjectInputStream class in inherits:InputStream,ObjectInput,ObjectStreamConstants
293 public ObjectInputStream(InputStream in) throws IOException { method in class:ObjectInputStream
319 protected ObjectInputStream() throws IOException, SecurityException { method in class:ObjectInputStream
[all...]

Completed in 93 milliseconds