Class 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 Detail

      • StreamingOutputStream

        public StreamingOutputStream()