| Package | Description |
|---|---|
| org.apache.jena.atlas.io | |
| org.apache.jena.atlas.lib |
| Modifier and Type | Class and Description |
|---|---|
class |
IndentedLineBuffer
IndentLineBuffer is a buffer that records an indent level
and uses that to insert a prefix at each line.
|
| Modifier and Type | Field and Description |
|---|---|
static IndentedWriter |
IndentedWriter.stderr
Stderr wrapped in an IndentedWriter - no line numbers
|
static IndentedWriter |
IndentedWriter.stdout
Stdout wrapped in an IndentedWriter - no line numbers
|
| Modifier and Type | Method and Description |
|---|---|
IndentedWriter |
IndentedWriter.clone(IndentedWriter other)
Create an independent copy of the
IndentedWriter. |
| Modifier and Type | Method and Description |
|---|---|
IndentedWriter |
IndentedWriter.clone(IndentedWriter other)
Create an independent copy of the
IndentedWriter. |
static void |
IO.close(IndentedWriter resource) |
static void |
IO.closeSilent(IndentedWriter resource) |
void |
Printable.output(IndentedWriter out) |
| Modifier and Type | Method and Description |
|---|---|
void |
Version.print(IndentedWriter writer)
Prints version information for all registered classes to the given writer
|
static <T> void |
ListUtils.print(IndentedWriter out,
List<T> list) |
static <T> void |
ListUtils.print(IndentedWriter out,
List<T> list,
CharSequence sep) |
Licenced under the Apache License, Version 2.0