java.lang.Object
org.apache.jena.riot.out.quoted.QuotedStringOutputBase
- All Implemented Interfaces:
QuotedStringOutput
- Direct Known Subclasses:
QuotedStringOutputNT
,QuotedStringOutputTTL
Quoted string output - single line, settable quote character and char space.
-
Method Summary
Modifier and TypeMethodDescriptionchar
void
Write a string on one linevoid
writeStrMultiLine
(org.apache.jena.atlas.io.AWriter writer, String str) Write a string, possible on several lines
-
Method Details
-
getQuoteChar
public char getQuoteChar()- Specified by:
getQuoteChar
in interfaceQuotedStringOutput
-
writeStr
Description copied from interface:QuotedStringOutput
Write a string on one line- Specified by:
writeStr
in interfaceQuotedStringOutput
-
writeStrMultiLine
Description copied from interface:QuotedStringOutput
Write a string, possible on several lines- Specified by:
writeStrMultiLine
in interfaceQuotedStringOutput
-