Class 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 Detail

      • byteOutputOf

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