com.sun.facelets.util
Class FastWriter
java.lang.Object
java.io.Writer
com.sun.facelets.util.FastWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public final class FastWriter
- extends Writer
- Version:
- $Id: FastWriter.java,v 1.3 2005/10/06 13:40:55 jhook Exp $
- Author:
- Jacob Hookom
FastWriter
public FastWriter()
FastWriter
public FastWriter(int initialSize)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Specified by:
close
in class Writer
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Specified by:
flush
in class Writer
- Throws:
IOException
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Specified by:
write
in class Writer
- Throws:
IOException
write
public void write(char[] cbuf)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
write
public void write(int c)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
write
public void write(String str,
int off,
int len)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
write
public void write(String str)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
reset
public void reset()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005 All Rights Reserved.