|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.text.Format gnu.text.ReportFormat gnu.text.FlushFormat
public class FlushFormat
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.text.Format |
---|
java.text.Format.Field |
Field Summary |
---|
Fields inherited from class gnu.text.ReportFormat |
---|
PARAM_FROM_COUNT, PARAM_FROM_LIST, PARAM_UNSPECIFIED |
Constructor Summary | |
---|---|
FlushFormat()
|
Method Summary | |
---|---|
int |
format(java.lang.Object[] args,
int start,
java.io.Writer dst,
java.text.FieldPosition fpos)
Format an array of arguments, and write out the result. |
static FlushFormat |
getInstance()
|
Methods inherited from class gnu.text.ReportFormat |
---|
format, format, format, format, format, getParam, getParam, getParam, nextArg, parseObject, print, result, resultCode |
Methods inherited from class java.text.Format |
---|
clone, format, formatToCharacterIterator, parseObject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlushFormat()
Method Detail |
---|
public static FlushFormat getInstance()
public int format(java.lang.Object[] args, int start, java.io.Writer 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 result
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |