Package org.wildfly.httpclient.common
Class ByteInputs
- java.lang.Object
-
- org.wildfly.httpclient.common.ByteInputs
-
public final class ByteInputs extends Object
Helper class. Provides various utility methods for example:- transforming InputStreams to ByteInputs
- Author:
- Richard Opalka
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.marshalling.ByteInputbyteInputOf(InputStream delegate)
-
-
-
Method Detail
-
byteInputOf
public static org.jboss.marshalling.ByteInput byteInputOf(InputStream delegate)
-
-