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 Details

    • byteInputOf

      public static org.jboss.marshalling.ByteInput byteInputOf(InputStream delegate)