()
| 8730 | |
| 8731 | var DecodeStream = (function() { |
| 8732 | function constructor() { |
| 8733 | this.pos = 0; |
| 8734 | this.bufferLength = 0; |
| 8735 | this.eof = false; |
| 8736 | this.buffer = null; |
| 8737 | } |
| 8738 | |
| 8739 | constructor.prototype = { |
| 8740 | ensureBuffer: function decodestream_ensureBuffer(requested) { |