SimpleByteSource.this

Creates an instance by converting the characters to a byte array (assumes UTF-8 encoding).

@param chars the source characters to use to create the underlying byte array. @since 1.1

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

Meta