public interface SVGConverterSource
SVGConverter
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the source.
|
String |
getURI()
Returns a URI string corresponding to this source
|
boolean |
isReadable()
Checks if source can be read
|
boolean |
isSameAs(String srcStr)
Checks if same as source described by srcStr
|
InputStream |
openStream()
Gets a
TranscoderInput for that source |
String getName()
InputStream openStream() throws IOException
TranscoderInput
for that sourceIOException
boolean isSameAs(String srcStr)
boolean isReadable()
String getURI()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.