|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--java.io.FileInputStream | +--rabbit.proxy.CacheStream
This class reads data from a cachefile.
Constructor Summary | |
CacheStream(NCacheEntry entry)
Create a new CacheStream from the given NCacheEntry |
Methods inherited from class java.io.FileInputStream |
available, close, finalize, getChannel, getFD, read, read, read, skip |
Methods inherited from class java.io.InputStream |
mark, markSupported, reset |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CacheStream(NCacheEntry entry) throws java.io.FileNotFoundException
entry
- the NCacheEntry to read data from.
java.io.FileNotFoundException
- if the cachefile is not found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |