var b = this.buffer; if(this.available < 8){ b.push(this.accumulator & (255 << this.available)); } this.reset(); return b;