public class FlushFormat extends ReportFormat
PARAM_FROM_COUNT, PARAM_FROM_LIST, PARAM_UNSPECIFIED
Constructor and Description |
---|
FlushFormat() |
Modifier and Type | Method and Description |
---|---|
int |
format(java.lang.Object[] args,
int start,
java.lang.Appendable dst,
java.text.FieldPosition fpos)
Format an array of arguments, and write out the result.
|
static FlushFormat |
getInstance() |
format, format, format, format, format, getParam, getParam, getParam, nextArg, parseObject, print, print, result, resultCode
public static FlushFormat getInstance()
public int format(java.lang.Object[] args, int start, java.lang.Appendable dst, java.text.FieldPosition fpos) throws java.io.IOException
ReportFormat
format
in class ReportFormat
args
- the objects to be formattedstart
- the index (in args) of the argument to start withdst
- where to write the resultjava.io.IOException