uk.org.ogsadai.engine
Interface Pipe

All Superinterfaces:
BlockReader, BlockWriter
All Known Implementing Classes:
CallThroughExternalPipe, CallThroughPipe, NonBufferingPipe, SimplePipe, SynchronizedGrowableExternalPipe, SynchronizedGrowablePipe, SynchronizedPipe

public interface Pipe
extends BlockReader, BlockWriter

Utility interface to aggregate uk.org.ogsadai.common.BlockReader and uk.org.ogsadai.common.BlockWriter together

Author:
The OGSA-DAI Project Team

Methods inherited from interface uk.org.ogsadai.common.BlockReader
hasNext, next
 
Methods inherited from interface uk.org.ogsadai.common.BlockWriter
close, isOpen, put