Package org.wildfly.httpclient.common
Class ByteOutputs
- java.lang.Object
-
- org.wildfly.httpclient.common.ByteOutputs
-
public final class ByteOutputs extends Object
Helper class. Provides various utility methods for example:- transforming OutputStreams to ByteOutputs
- introducing special behaviour to existing byte output instances
- Author:
- Richard Opalka
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.marshalling.ByteOutputbyteOutputOf(OutputStream delegate)
-
-
-
Method Detail
-
byteOutputOf
public static org.jboss.marshalling.ByteOutput byteOutputOf(OutputStream delegate)
-
-