Package org.asciidoctor.converter
Class StringConverter
- All Implemented Interfaces:
Converter<String>,OutputFormatWriter<String>,Logging,LogHandler
The base class for simple converters that convert to strings.
If the result should be written to a stream or file it is encoded with the
UTF-8 encoding.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.asciidoctor.converter.AbstractConverter
getBackend, getOptions, getOutfileSuffix, log, setLogHandler, setOutfileSuffix
-
Constructor Details
-
StringConverter
-
-
Method Details
-
write
- Throws:
IOException
-