Package | Description |
---|---|
cds.util | |
tap.formatter |
Modifier and Type | Method and Description |
---|---|
long |
LargeAsciiTable.streamAligned(LargeAsciiTable.LineProcessor lineProc,
int[] pos)
Give to the given
LargeAsciiTable.LineProcessor all lines in which all columns
are aligned. |
long |
LargeAsciiTable.streamAligned(LargeAsciiTable.LineProcessor lineProc,
int[] pos,
char newsep)
Give to the given
LargeAsciiTable.LineProcessor all lines in which all columns
are aligned. |
long |
LargeAsciiTable.streamAligned(LargeAsciiTable.LineProcessor lineProc,
int[] pos,
char newsep,
java.lang.Thread thread)
Give to the given
LargeAsciiTable.LineProcessor all lines in which all columns
are aligned. |
long |
LargeAsciiTable.streamRaw(LargeAsciiTable.LineProcessor lineProc)
Give to the given
LargeAsciiTable.LineProcessor all the lines without alignment,
as they were added. |
long |
LargeAsciiTable.streamRaw(LargeAsciiTable.LineProcessor lineProc,
char newsep)
Give to the given
LargeAsciiTable.LineProcessor all the lines without alignment,
as they were added, potentially with some separator control. |
Modifier and Type | Class and Description |
---|---|
protected static class |
TextFormat.LineFormatter
Lets format a line and then write it in the given
BufferedWriter . |