Package org.wildfly.httpclient.common
Class ByteOutputs
java.lang.Object
org.wildfly.httpclient.common.ByteOutputs
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
Modifier and TypeMethodDescriptionstatic org.jboss.marshalling.ByteOutputbyteOutputOf(OutputStream delegate)
-
Method Details
-
byteOutputOf
-