|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.StreamCacheFactory
public final class StreamCacheFactory
This class is serves as a factory from
Method Summary | |
---|---|
StreamCache |
createStreamCache()
Get the correct implementation (based on cacheToFile) of StreamCache. |
StreamCache |
createStreamCache(int hintSize)
Get the correct implementation (based on cacheToFile) of StreamCache. |
static StreamCacheFactory |
getInstance()
Returns an instance of a StreamCacheFactory with the requested features. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StreamCacheFactory getInstance()
public StreamCache createStreamCache() throws java.io.IOException
java.io.IOException
- if there is an IO errorpublic StreamCache createStreamCache(int hintSize) throws java.io.IOException
hintSize
- a hint about the approximate expected size of the buffer
java.io.IOException
- if there is an IO error
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |