java.lang.Object
java.io.Writer
com.sun.faces.facelets.util.FastWriter
- All Implemented Interfaces:
 Closeable,Flushable,Appendable,AutoCloseable
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.io.Writer
append, append, append, nullWriter 
- 
Constructor Details
- 
FastWriter
public FastWriter() - 
FastWriter
public FastWriter(int initialSize)  
 - 
 - 
Method Details
- 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Specified by:
 closein classWriter- Throws:
 IOException
 - 
flush
- Specified by:
 flushin interfaceFlushable- Specified by:
 flushin classWriter- Throws:
 IOException
 - 
write
- Specified by:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
reset
public void reset() - 
toString
 
 -