Package org.opencms.ui.report
Class CmsStreamReportWidget.ReportStream
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.opencms.ui.report.CmsStreamReportWidget.ReportStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- CmsStreamReportWidget
Helper class which transfers the written data to the buffer of the report widget.
-
Field Summary
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeTo
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
ReportStream
public ReportStream()
-
-
Method Details
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- See Also:
-