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

/libcore/luni/src/main/java/java/io/
H A DObjectOutputStream.java40 public class ObjectOutputStream extends OutputStream implements ObjectOutput, ObjectStreamConstants { class in inherits:OutputStream,ObjectOutput,ObjectStreamConstants
233 * Use ObjectOutputStream#writeFields() instead.
240 * Constructs a new {@code ObjectOutputStream}. This default constructor can
247 protected ObjectOutputStream() throws IOException { method in class:ObjectOutputStream
256 * Constructs a new ObjectOutputStream that writes to the OutputStream
266 public ObjectOutputStream(OutputStream output) throws IOException { method in class:ObjectOutputStream
1809 * Writes the {@link ObjectOutputStream} header to the target stream.

Completed in 370 milliseconds