SVGConverterDocumentSource
, SVGConverterFileSource
, SVGConverterURLSource
public interface SVGConverterSource
Modifier and Type | Method | Description |
---|---|---|
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
|
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()