Class HeaderFlushedOutputStream
- java.lang.Object
 - 
- java.io.OutputStream
 - 
- org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
 
 
 
- 
- All Implemented Interfaces:
 Closeable,Flushable,AutoCloseable
public class HeaderFlushedOutputStream extends OutputStream
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Constructor Summary
Constructors Constructor Description HeaderFlushedOutputStream(javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream delegate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()protected voidflushHeaders()voidwrite(byte[] bytes)voidwrite(byte[] bytes, int i, int i1)voidwrite(int i) 
 - 
 
- 
- 
Constructor Detail
- 
HeaderFlushedOutputStream
public HeaderFlushedOutputStream(javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream delegate)
 
 - 
 
- 
Method Detail
- 
flushHeaders
protected void flushHeaders() throws IOException- Throws:
 IOException
 
- 
write
public void write(int i) throws IOException- Specified by:
 writein classOutputStream- Throws:
 IOException
 
- 
write
public void write(byte[] bytes) throws IOException- Overrides:
 writein classOutputStream- Throws:
 IOException
 
- 
write
public void write(byte[] bytes, int i, int i1) throws IOException- Overrides:
 writein classOutputStream- Throws:
 IOException
 
- 
flush
public void flush() throws IOException- Specified by:
 flushin interfaceFlushable- Overrides:
 flushin classOutputStream- Throws:
 IOException
 
- 
close
public void close() throws IOException- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classOutputStream- Throws:
 IOException
 
 - 
 
 -