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

/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java42 * An ObjectOutputStream writes primitive data types and graphs of Java objects
77 * ObjectOutputStream oos = new ObjectOutputStream(fos);
93 * private void writeObject(java.io.ObjectOutputStream stream)
103 * writing the individual fields to the ObjectOutputStream using the
118 * exception will be caught by the ObjectOutputStream and abort the
132 * serialize an enum constant, ObjectOutputStream writes the string returned by
143 * written to the ObjectOutputStream in block-data records. A block data record
149 * block-data mode. Calls to the ObjectOutputStream methods writeObject,
162 public class ObjectOutputStream class in inherits:OutputStream,ObjectOutput,ObjectStreamConstants
240 public ObjectOutputStream(OutputStream out) throws IOException { method in class:ObjectOutputStream
271 protected ObjectOutputStream() throws IOException, SecurityException { method in class:ObjectOutputStream
[all...]

Completed in 26 milliseconds