On Sun, Mar 11, 2012 at 22:03, Mark Volkmann wrote:
> The documentation for the ReadStream setEncoding method at
> http://nodejs.org/docs/latest/api/stream.html says the encoding can be
> 'utf8', 'ascii' or 'base64'. Buffers support these additional
> encodings: 'ucs2', 'binary' and 'hex'. In look
The documentation for the ReadStream setEncoding method at
http://nodejs.org/docs/latest/api/stream.html says the encoding can be
'utf8', 'ascii' or 'base64'. Buffers support these additional
encodings: 'ucs2', 'binary' and 'hex'. In looking through the source,
I don't see where ReadStreams are lim