poi.support
Class POIFormatter

java.lang.Object
  extended by poi.support.POIFormatter
All Implemented Interfaces:
Closeable, Flushable

public class POIFormatter
extends java.lang.Object
implements Closeable, Flushable


Constructor Summary
POIFormatter(java.io.OutputStream os)
           
POIFormatter(java.lang.StringBuffer sb)
           
 
Method Summary
 void close()
           
 void flush()
           
 void format(java.lang.String fmt)
           
 void format(java.lang.String fmt, java.lang.Object[] parts)
           
 java.io.IOException ioException()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

POIFormatter

public POIFormatter(java.lang.StringBuffer sb)

POIFormatter

public POIFormatter(java.io.OutputStream os)
Method Detail

format

public void format(java.lang.String fmt,
                   java.lang.Object[] parts)

format

public void format(java.lang.String fmt)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

flush

public void flush()
Specified by:
flush in interface Flushable

close

public void close()
Specified by:
close in interface Closeable

ioException

public java.io.IOException ioException()