Package net.sf.jasperreports.util
Class StringBuilderWriter
java.lang.Object
java.io.Writer
net.sf.jasperreports.util.StringBuilderWriter
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.Writerappend, append, nullWriter, write
- 
Constructor Details- 
StringBuilderWriter
 
- 
- 
Method Details- 
write- Specified by:
- writein class- Writer
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- Writer
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- Writer
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- Writer
- Throws:
- IOException
 
- 
append- Specified by:
- appendin interface- Appendable
- Overrides:
- appendin class- Writer
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- Writer
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Specified by:
- flushin class- Writer
- Throws:
- IOException
 
 
-