public class BESChunkedOutputStream extends ChunkedOutputStream
_rawOS, closedMsg, isOpen
Constructor and Description |
---|
BESChunkedOutputStream(java.io.OutputStream stream) |
BESChunkedOutputStream(java.io.OutputStream stream,
int minChunkSize) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Finishes writing to the underlying stream.
|
finish, flush, flushCache, flushCacheWithAppend, getChunkType, main, setChunkType, setChunkTypeToDATA, setChunkTypeToEXTENSION, toString, write, write, write
public BESChunkedOutputStream(java.io.OutputStream stream)
public BESChunkedOutputStream(java.io.OutputStream stream, int minChunkSize) throws java.lang.Exception
java.lang.Exception
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class ChunkedOutputStream
java.io.IOException
- When the wrapped OutputStream encounters a problem.