Package de.unkrig.commons.net.stream

java.io streams for transferring bytes to and from a remote host.

See:
          Description

Class Summary
ActiveSocketOutputStream An OutputStream that connects to a remote server and sends all data to that server.
PassiveSocketOutputStream An OutputStream that accepts connections from remote clients and sends the data to all connected clients.
 

Package de.unkrig.commons.net.stream Description

java.io streams for transferring bytes to and from a remote host.