public interface SVGBundleWriter
| Modifier and Type | Method and Description |
|---|---|
void |
closeWriter(Writer writer)
Close an active Writer.
|
Writer |
getWriter(String fileName)
Get a Writer for a file.
|
Writer getWriter(String fileName) throws IOException
fileName - The name of the fileIOExceptionvoid closeWriter(Writer writer) throws IOException
writer - The writer that needs to be closed.IOException