@ -18,7 +18,7 @@ BufferReader.prototype.set = function(obj) {
return this;
};
BufferReader.prototype.eof = function eof() {
BufferReader.prototype.eof = function() {
return this.pos >= this.buf.length;