gnu.text
public class LiteralFormat extends ReportFormat
| Constructor Summary | |
|---|---|
| LiteralFormat(char[] text) | |
| LiteralFormat(String text) | |
| LiteralFormat(StringBuffer sbuf) | |
| Method Summary | |
|---|---|
| String | content() Return the text that would be printed by the format. |
| int | format(Object[] args, int start, Writer dst, FieldPosition fpos) |
| Object | parseObject(String text, ParsePosition status) |
| String | toString() |