net.sf.cotta.io
Interface InputStreamFactory

All Known Subinterfaces:
StreamFactory

public interface InputStreamFactory


Method Summary
 java.nio.channels.FileChannel inputChannel()
           
 java.io.InputStream inputStream()
           
 TPath path()
           
 

Method Detail

inputStream

java.io.InputStream inputStream()
                                throws TIoException
Throws:
TIoException

inputChannel

java.nio.channels.FileChannel inputChannel()
                                           throws TIoException
Throws:
TIoException

path

TPath path()