mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 17:18:07 +02:00
remove getByte for now
This commit is contained in:
parent
bbbf30c81f
commit
ac17a847d0
1 changed files with 0 additions and 6 deletions
6
pdf.js
6
pdf.js
|
@ -26,12 +26,6 @@ var Stream = (function() {
|
|||
reset: function() {
|
||||
this.pos = this.start;
|
||||
},
|
||||
getByte: function() {
|
||||
var bytes = this.bytes;
|
||||
if (this.pos >= bytes.length)
|
||||
return;
|
||||
return bytes[this.pos++];
|
||||
},
|
||||
lookChar: function() {
|
||||
var bytes = this.bytes;
|
||||
if (this.pos >= bytes.length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue