All Packages Class Hierarchy This Package Previous Next Index
Class muffin.io.OutputObjectStream
java.lang.Object
|
+----muffin.io.OutputObjectStream
- public class OutputObjectStream
- extends Object
Output-side of an ObjectStream.
- Author:
- Mark Boyns
-
connected
-
-
in
-
-
OutputObjectStream()
-
-
OutputObjectStream(InputObjectStream)
-
-
close()
-
-
connect(InputObjectStream)
-
-
flush()
-
-
write(Object)
-
in
protected InputObjectStream in
connected
protected boolean connected
OutputObjectStream
public OutputObjectStream(InputObjectStream in) throws IOException
OutputObjectStream
public OutputObjectStream()
connect
public void connect(InputObjectStream in) throws IOException
write
public void write(Object obj) throws IOException
flush
public synchronized void flush() throws IOException
close
public void close() throws IOException
All Packages Class Hierarchy This Package Previous Next Index