Reader interface.

Methods

# read (encodingoptString) → ArrayBuffer | String instance

Read from source

Return:

Return String in case no encoding passed or ArrayBuffer

Arguments:
  • encoding: String

    Optional encoding of source. Default to 'utf-8'. If 'bin' - return ArrayBuffer source representation without any conversion. If 'base64' - transform base64 encoded content of source to ArrayBuffer If 'bin2base64' - transform content to base64 encoded string