|
xmlgraphics-commons 1.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean isUsedOnceOnly()
public java.io.InputStream createInputStream()
public void close()
|
xmlgraphics-commons 1.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |