SimpleByteSource.this

Creates an instance using the sources bytes directly - it does not create a copy of the argument's byte array.

@param source the source to use to populate the underlying byte array. @since 1.1

  1. this(byte[] bytes)
  2. this(char[] chars)
  3. this(string string)
  4. this(ByteSource source)
    class SimpleByteSource

Meta