| org.apache.cxf.io.CacheAndWriteOutputStream
CacheAndWriteOutputStream | public class CacheAndWriteOutputStream extends CachedOutputStream (Code) | | This outputstream implementation will both write to the outputstream
that is specified and cache the data at the same time. This allows us
to go back and retransmit the data at a later time if necessary.
|
Method Summary | |
protected void | doClose() | protected void | onWrite() | public void | write(int b) | public void | write(byte[] b, int off, int len) | public void | write(byte[] b) |
|
|