org.jboss.resteasy.reactive.server.StreamingOutputStream Maven / Gradle / Ivy
package org.jboss.resteasy.reactive.server;
import java.io.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
*/
public class StreamingOutputStream extends ByteArrayOutputStream {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy