Class StreamConnection<T>

java.lang.Object
eu.mihosoft.devcom.StreamConnection<T>
All Implemented Interfaces:
DataConnection<T,StreamConnection<T>>, AutoCloseable

public final class StreamConnection<T> extends Object implements DataConnection<T,StreamConnection<T>>
Stream connection for reading and writing data from/to io streams.