Source
in
Seekable byte source abstraction for the PDF tokenizer.
Table of Contents
Methods
- isEof() : bool
- peek() : string
- read() : string
- readByte() : string|null
- seek() : void
- size() : int
- tell() : int
Methods
isEof()
public
isEof() : bool
Return values
boolpeek()
public
peek([int $length = 1 ]) : string
Parameters
- $length : int = 1
Return values
stringread()
public
read(int $length) : string
Parameters
- $length : int
Return values
stringreadByte()
public
readByte() : string|null
Return values
string|nullseek()
public
seek(int $offset) : void
Parameters
- $offset : int
size()
public
size() : int
Return values
inttell()
public
tell() : int