public class QuotedStringOutputBase extends Object implements QuotedStringOutput
| Modifier and Type | Method and Description |
|---|---|
char |
getQuoteChar() |
void |
writeStr(org.apache.jena.atlas.io.AWriter writer,
String str)
Write a string on one line
|
void |
writeStrMultiLine(org.apache.jena.atlas.io.AWriter writer,
String str)
Write a string, possible on several lines
|
public char getQuoteChar()
getQuoteChar in interface QuotedStringOutputpublic void writeStr(org.apache.jena.atlas.io.AWriter writer, String str)
QuotedStringOutputwriteStr in interface QuotedStringOutputpublic void writeStrMultiLine(org.apache.jena.atlas.io.AWriter writer, String str)
QuotedStringOutputwriteStrMultiLine in interface QuotedStringOutputLicenced under the Apache License, Version 2.0