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 Details

    • byteOutputOf

      public static org.jboss.marshalling.ByteOutput byteOutputOf(OutputStream delegate)