All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class AcmeNet.Assn2.ConnectionOutputStream

AcmeNet.Assn2.ConnectionOutputStream

class ConnectionOutputStream
An OutputStream used to send data on a Connection. This OutputStream takes the data put into it, bundles it into packets, and sends them to the process at the other end of the Connection.

The stream may buffer some data, so applications must call the flush method if they want to make sure that all data has reached the other end of the Connection.

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