Package com.sun.faces.facelets.util
Class FastWriter
java.lang.Object
java.io.Writer
com.sun.faces.facelets.util.FastWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
public final class FastWriter extends Writer
- Author:
- Jacob Hookom
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FastWriter()
FastWriter(int initialSize)
-
Method Summary
-
Constructor Details
-
FastWriter
public FastWriter() -
FastWriter
public FastWriter(int initialSize)
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
reset
public void reset() -
toString
-