Class StreamingOutputStream

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.jboss.resteasy.reactive.server.StreamingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class StreamingOutputStream extends ByteArrayOutputStream
The only reason we use this is to give MessageBodyWriter classes the ability to tell if they are being called in a streaming context
  • Constructor Details

    • StreamingOutputStream

      public StreamingOutputStream()