★ wanayoo — archive 1999 http://sourceware.cygnus.com/kawa/api/kawa/standard/ObjectFormat.htmlNouvelle recherche | Portail wanayoo

kawa.standard
Class ObjectFormat

java.lang.Object
  |
  +--java.text.Format
        |
        +--gnu.text.ReportFormat
              |
              +--kawa.standard.ObjectFormat

public class ObjectFormat
extends ReportFormat

See Also:
Serialized Form

Constructor Summary
ObjectFormat(boolean readable)
           
ObjectFormat(boolean readable, int maxChars)
           
 
Method Summary
 int format(java.lang.Object[] args, int start, java.io.Writer dst, java.text.FieldPosition fpos)
           
static int format(java.lang.Object[] args, int start, java.io.Writer dst, int maxChars, boolean readable)
           
static ObjectFormat getInstance(boolean readable)
           
 java.lang.Object parseObject(java.lang.String text, java.text.ParsePosition status)
           
 
Methods inherited from class gnu.text.ReportFormat
format, format, format, format, nextArg, print, result, resultCode
 
Methods inherited from class java.text.Format
clone, format, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFormat

public ObjectFormat(boolean readable)

ObjectFormat

public ObjectFormat(boolean readable,
                    int maxChars)
Method Detail

getInstance

public static ObjectFormat getInstance(boolean readable)

format

public int format(java.lang.Object[] args,
                  int start,
                  java.io.Writer dst,
                  java.text.FieldPosition fpos)
           throws java.io.IOException
Overrides:
format in class ReportFormat

format

public static int format(java.lang.Object[] args,
                         int start,
                         java.io.Writer dst,
                         int maxChars,
                         boolean readable)
                  throws java.io.IOException

parseObject

public java.lang.Object parseObject(java.lang.String text,
                                    java.text.ParsePosition status)
Overrides:
parseObject in class ReportFormat