Package | Description |
---|---|
cds.util | |
tap.formatter |
Modifier and Type | Method and Description |
---|---|
boolean |
LargeAsciiTable.LineProcessor.process(java.lang.String line)
Process the given line.
|
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 | Method and Description |
---|---|
boolean |
TextFormat.LineFormatter.process(java.lang.String line) |