All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----muffin.io.InputObjectStream
protected final int maxObjects
protected Vector objects
protected Thread inputThread
protected Thread outputThread
protected boolean closed
protected boolean connected
public InputObjectStream(OutputObjectStream out) throws IOException
public InputObjectStream()
public void connect(OutputObjectStream out) throws IOException
public synchronized Object read() throws IOException
public synchronized void unread(Object obj) throws IOException
public void close() throws IOException
protected synchronized void append(Object newObject) throws IOException
protected synchronized void done()
All Packages Class Hierarchy This Package Previous Next Index