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 Summary
Constructors -
Method Summary
Methods inherited from class java.io.Writer
append, append, nullWriter, write
-
Constructor Details
-
StringBuilderWriter
-
-
Method Details
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
append
- Specified by:
append
in interfaceAppendable
- Overrides:
append
in classWriter
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-