Package org.wildfly.httpclient.common
Class ByteInputs
java.lang.Object
org.wildfly.httpclient.common.ByteInputs
Helper class. Provides various utility methods for example:
- transforming InputStreams to ByteInputs
- Author:
- Richard Opalka
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.marshalling.ByteInputbyteInputOf(InputStream delegate)
-
Method Details
-
byteInputOf
-