Class HeaderFlushedOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorsConstructorDescriptionHeaderFlushedOutputStream(jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, OutputStream delegate) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
HeaderFlushedOutputStream
public HeaderFlushedOutputStream(jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, OutputStream delegate)
-
-
Method Details
-
flushHeaders
- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-