kig / DataStream.js

DataStream.js is a library for reading data from ArrayBuffers
173 stars 39 forks source link

Fix for the isEof function when _byteOffset is not 0 #6

Closed sergeypayu closed 10 years ago

sergeypayu commented 10 years ago

Otherwise it doesn't recognize end of the stream

kig commented 10 years ago

Thanks for catching this!