Uses of Class
org.apache.jena.atlas.io.IndentedWriter
Packages that use IndentedWriter
-
Uses of IndentedWriter in org.apache.jena.atlas.io
Subclasses of IndentedWriter in org.apache.jena.atlas.ioModifier and TypeClassDescriptionclassIndentLineBuffer is a buffer that records an indent level and uses that to insert a prefix at each line.Fields in org.apache.jena.atlas.io declared as IndentedWriterModifier and TypeFieldDescriptionstatic final IndentedWriterIndentedWriter.stderrStderr wrapped in an IndentedWriter - no line numbersstatic final IndentedWriterIndentedWriter.stdoutStdout wrapped in an IndentedWriter - no line numbersMethods in org.apache.jena.atlas.io that return IndentedWriterModifier and TypeMethodDescriptionIndentedWriter.clone()static IndentedWriterIndentedWriter.clone(IndentedWriter other) Create an independent copy of theIndentedWriter.Methods in org.apache.jena.atlas.io with parameters of type IndentedWriterModifier and TypeMethodDescriptionstatic IndentedWriterIndentedWriter.clone(IndentedWriter other) Create an independent copy of theIndentedWriter.static voidIO.close(IndentedWriter resource) static voidIO.closeSilent(IndentedWriter resource) voidPrintable.output(IndentedWriter out) -
Uses of IndentedWriter in org.apache.jena.atlas.lib
Methods in org.apache.jena.atlas.lib with parameters of type IndentedWriterModifier and TypeMethodDescriptionstatic <T> voidListUtils.print(IndentedWriter out, List<T> list) static <T> voidListUtils.print(IndentedWriter out, List<T> list, CharSequence sep)