|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVGConverterSource
Interface used to handle both Files and URLs in the SVGConverter
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the source. |
java.lang.String |
getURI()
Returns a URI string corresponding to this source |
boolean |
isReadable()
Checks if source can be read |
boolean |
isSameAs(java.lang.String srcStr)
Checks if same as source described by srcStr |
java.io.InputStream |
openStream()
Gets a TranscoderInput for that source |
Method Detail |
---|
java.lang.String getName()
java.io.InputStream openStream() throws java.io.IOException
java.io.IOException
boolean isSameAs(java.lang.String srcStr)
boolean isReadable()
java.lang.String getURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |