public class Line extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COL_SEP |
static char |
EMPTY_CHAR |
static String |
HEADER_CHAR |
static String |
LINE_CHAR |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumns() |
void |
print(int[] max,
PrintStream out) |
void |
print(int[] max,
PrintStream out,
boolean header) |
void |
setCr(String cr) |
public static final String COL_SEP
public static final String HEADER_CHAR
public static final String LINE_CHAR
public static final char EMPTY_CHAR
public Line(String... columns)
public String[] getColumns()
public void print(int[] max,
PrintStream out)
public void print(int[] max,
PrintStream out,
boolean header)
public void setCr(String cr)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.