Com\Tecnick\Pdf\Filter\Type\AsciiEightFive
ASCII85 Decodes data encoded in an ASCII base-85 representation, reproducing the original binary data.
Tags
Table of Contents
- decode() : string
- Decode the data
- getLastTuple() : string
- Get last tuple
Methods
decode()
Decode the data
public decode(string $data)
: string
Parameters
- $data : string
-
Data to decode.
Return values
string —Decoded data string.
getLastTuple()
Get last tuple
protected getLastTuple(int $group_pos,
int $tuple)
: string
Parameters
- $group_pos : int
- $tuple : int
Return values
string —Decoded data string.