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
226 * Use ObjectOutputStream#writeFields() instead.
233 * Constructs a new {@code ObjectOutputStream}. This default constructor can
240 protected ObjectOutputStream() throws IOException { method in class:ObjectOutputStream
249 * Constructs a new ObjectOutputStream that writes to the OutputStream
259 public ObjectOutputStream(OutputStream output) throws IOException { method in class:ObjectOutputStream
1789 * Writes the {@link ObjectOutputStream} header to the target stream.

Completed in 55 milliseconds