java.io
Class BufferedWriter
java.lang.Object
java.io.Writer
java.io.BufferedWriter
public class BufferedWriter
- extends Writer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedWriter
public BufferedWriter(Writer out)
BufferedWriter
public BufferedWriter(Writer out,
int size)
close
public void close()
throws IOException
- Specified by:
close in class Writer
- Throws:
IOException
write
public void write(char b)
throws IOException
- Throws:
IOException
write
public void write(char[] b,
int off,
int len)
throws IOException
- Specified by:
write in class Writer
- Throws:
IOException
newLine
public void newLine()
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush in class Writer
- Throws:
IOException