Class OutputStreamSelector

java.lang.Object
java.io.OutputStream
com.cloudbees.jenkins.support.util.OutputStreamSelector
All Implemented Interfaces:
WrapperOutputStream, Closeable, Flushable, AutoCloseable

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class OutputStreamSelector extends OutputStream implements WrapperOutputStream
Dynamically selects either a textual or binary OutputStream destination based on simple content type probing.
Since:
TODO