com.caucho.vfs
Class ReadWritePair

java.lang.Object
  |
  +--com.caucho.vfs.ReadWritePair

public class ReadWritePair
extends java.lang.Object


Method Summary
 ReadStream getReadStream()
          Return the read stream of the pair.
 WriteStream getWriteStream()
          Return the write stream of the pair.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReadStream

public ReadStream getReadStream()
Return the read stream of the pair.

getWriteStream

public WriteStream getWriteStream()
Return the write stream of the pair.