de.unkrig.commons.io.pipe
Class AbstractPipe

java.lang.Object
  extended by de.unkrig.commons.io.pipe.AbstractPipe
All Implemented Interfaces:
Pipe, java.io.Closeable
Direct Known Subclasses:
AbstractRingBuffer

public abstract class AbstractPipe
extends java.lang.Object
implements Pipe

Basic implementation of a pipe.


Constructor Summary
AbstractPipe()
           
 
Method Summary
protected  void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.unkrig.commons.io.pipe.Pipe
close, isEmpty, isFull, read, write
 

Constructor Detail

AbstractPipe

public AbstractPipe()
Method Detail

finalize

protected void finalize()
                 throws java.io.IOException
Overrides:
finalize in class java.lang.Object
Throws:
java.io.IOException