net.sf.jasperreports.engine.util
Class FileBufferedWriter

java.lang.Object
  extended by java.io.Writer
      extended by 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)

Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
FileBufferedWriter()
           
 
Method Summary
 void close()
           
 void dispose()
           
 void flush()
           
 boolean isEmpty()
           
 void write(char[] cbuf, int off, int len)
           
 void writeData(Writer writer)
           
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBufferedWriter

public FileBufferedWriter()
Method Detail

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.