Reader interface.
Methods
# read (encodingopt: String) → ArrayBuffer | String instance
Read from source
Return:
Return String in case no encoding passed or ArrayBuffer
Arguments:
encoding
: StringOptional 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