Uses of Interface
org.apache.jena.atlas.io.AWriter
Packages that use AWriter
-
Uses of AWriter in org.apache.jena.atlas.io
Classes in org.apache.jena.atlas.io that implement AWriterModifier and TypeClassDescriptionclassSimple abstraction of a string/character output streamclassIndentLineBuffer is a buffer that records an indent level and uses that to insert a prefix at each line.classA writer that records what the current indentation level is, and uses that to insert a prefix at each line.classclassA Writer, without the checked exceptions.Methods in org.apache.jena.atlas.io that return AWriterModifier and TypeMethodDescriptionstatic AWriterWrap in a general writer interfacestatic AWriterIO.wrapASCII(OutputStream out) Wrap in a general writer interfacestatic AWriterIO.wrapUTF8(OutputStream out) Wrap in a general writer interfaceMethods in org.apache.jena.atlas.io with parameters of type AWriterModifier and TypeMethodDescriptionstatic voidstatic voidIO.closeSilent(AWriter resource) static voidstatic intPrint one hex digit of the numberstatic voidPrint the number x in width hex chars. -
Uses of AWriter in org.apache.jena.atlas.lib
Methods in org.apache.jena.atlas.lib with parameters of type AWriterModifier and TypeMethodDescriptionstatic voidWrite a string - basic escaping, no quote escaping.static voidString escape, with quote escaping, including option for multi-line 3 quote form.static voidEscapeStr.stringEsc(AWriter out, String s, char quoteChar, boolean singleLineString, CharSpace charSpace) static voidEscapeStr.writeASCII(AWriter out, String s) Write a string with Unicode to ASCII conversion using \-u escapesstatic voidEscapeStr.writeCharAsASCII(AWriter out, char c) Write a character with Unicode to ASCII conversion using \-u escapes