net.ranides.assira.text
Class PrintPattern

java.lang.Object
  extended by net.ranides.assira.text.PrintPattern

public class PrintPattern
extends Object

Author:
ranides

Method Summary
 int estimate(Object[] arguments)
           
 String format(Object... arguments)
           
 Appendable formatTo(Appendable target, Object... arguments)
           
 StringBuffer formatTo(StringBuffer target, Object... arguments)
           
 StringBuilder formatTo(StringBuilder target, Object... arguments)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatTo

public Appendable formatTo(Appendable target,
                           Object... arguments)
                    throws IOException
Throws:
IOException

formatTo

public StringBuilder formatTo(StringBuilder target,
                              Object... arguments)

formatTo

public StringBuffer formatTo(StringBuffer target,
                             Object... arguments)
                      throws IOException
Throws:
IOException

format

public String format(Object... arguments)

estimate

public int estimate(Object[] arguments)


Copyright © 2013. All Rights Reserved.