Package com.metsci.glimpse.util.io.datapipe

Interface Summary
ReadableDataPipe Interface that can have either a regular io or an nio implementation.
WritableDataPipe Interface that can have either a regular io or an nio implementation.
 

Class Summary
AbstractChannel  
ReadableDataChannel An implementation of ReadableDataPipe that uses nio.
ReadableDataStream An implementation of ReadableDataPipe that uses standard io (not nio).
WritableDataChannel An implementation of WritableDataPipe that uses nio.
WritableDataStream An implementation of WritableDataPipe that uses standard io (not nio).
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.