|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ImageRawStream.InputStreamFactory
Represents a factory for InputStream objects. Make sure the class is thread-safe!
Method Summary | |
---|---|
void |
close()
Closes the factory and releases any resources held open during the lifetime of this object. |
java.io.InputStream |
createInputStream()
Creates and returns a new InputStream. |
boolean |
isUsedOnceOnly()
Indicates whether this factory is only usable once or many times. |
Method Detail |
---|
boolean isUsedOnceOnly()
java.io.InputStream createInputStream()
void close()
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |