All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class AcmeNet.Assn2.ConnectionInputStream
AcmeNet.Assn2.ConnectionInputStream
  -  class ConnectionInputStream
 
An InputStream used to get data that has arrived on a Connection.  This InputStream takes the
 data packets arriving on the underlying Connection, and patches them together into a single 
 stream of data.  When an EndOfData packet arrives on the Connection, this is turned into an
 end-of-stream event on the ConnectionInputStream.
    -  See Also:
    
 -  Connection, ConnectionOutputStream
 
This class is not public and therefore cannot be used outside this package.
All Packages  Class Hierarchy  This Package  Previous  Next  Index