phpdftk API Documentation

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
bool

peek()

public peek([int $length = 1 ]) : string
Parameters
$length : int = 1
Return values
string

read()

public read(int $length) : string
Parameters
$length : int
Return values
string

readByte()

public readByte() : string|null
Return values
string|null

seek()

public seek(int $offset) : void
Parameters
$offset : int

size()

public size() : int
Return values
int

tell()

public tell() : int
Return values
int

        
On this page

Search results