remove getByte for now
This commit is contained in:
parent
bbbf30c81f
commit
ac17a847d0
6
pdf.js
6
pdf.js
@ -26,12 +26,6 @@ var Stream = (function() {
|
|||||||
reset: function() {
|
reset: function() {
|
||||||
this.pos = this.start;
|
this.pos = this.start;
|
||||||
},
|
},
|
||||||
getByte: function() {
|
|
||||||
var bytes = this.bytes;
|
|
||||||
if (this.pos >= bytes.length)
|
|
||||||
return;
|
|
||||||
return bytes[this.pos++];
|
|
||||||
},
|
|
||||||
lookChar: function() {
|
lookChar: function() {
|
||||||
var bytes = this.bytes;
|
var bytes = this.bytes;
|
||||||
if (this.pos >= bytes.length)
|
if (this.pos >= bytes.length)
|
||||||
|
Loading…
Reference in New Issue
Block a user