SimpleByteSource.this

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

@param string the source string to convert to a byte array (assumes UTF-8 encoding). @since 1.1

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

Meta