Class SlaveMain.ChunkedStream
java.lang.Object
java.io.OutputStream
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.ChunkedStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
SlaveMain
Base for redirected streams.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
flush, write, write
-
Constructor Details
-
ChunkedStream
private ChunkedStream()
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-