Uses of Class
org.barracudamvc.plankton.io.BetterPipedReader

Packages that use BetterPipedReader
org.barracudamvc.plankton.io   
 

Uses of BetterPipedReader in org.barracudamvc.plankton.io
 

Fields in org.barracudamvc.plankton.io declared as BetterPipedReader
protected  BetterPipedReader BetterPipedWriter.sink
           
 

Methods in org.barracudamvc.plankton.io with parameters of type BetterPipedReader
 void BetterPipedWriter.connect(BetterPipedReader snk)
          Connects this piped writer to a receiver.
 

Constructors in org.barracudamvc.plankton.io with parameters of type BetterPipedReader
BetterPipedWriter(BetterPipedReader snk)
          Creates a piped writer connected to the specified piped reader.
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.