net.sf.jasperreports.engine.util
Class FileBufferedWriter
java.lang.Object
java.io.Writer
net.sf.jasperreports.engine.util.FileBufferedWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class FileBufferedWriter
- extends Writer
- Version:
- $Id: FileBufferedWriter.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileBufferedWriter
public FileBufferedWriter()
isEmpty
public boolean isEmpty()
writeData
public void writeData(Writer writer)
dispose
public void dispose()
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
Copyright © 2012. All Rights Reserved.