RunLength
in package
implements
FilterInterface
Pdf extract run length filter class
Tags
Table of Contents
Interfaces
- FilterInterface
- Pdf extract filter interface
Constants
- MAX_DECODED_LENGTH = 67108864
- Maximum decoded stream size in bytes
Methods
- decode() : string
- Decode a RunLengthDecode stream
Constants
MAX_DECODED_LENGTH
Maximum decoded stream size in bytes
protected
mixed
MAX_DECODED_LENGTH
= 67108864
Methods
decode()
Decode a RunLengthDecode stream
public
decode(string $data[, array<string|int, mixed> $params = [] ]) : string
Parameters
- $data : string
- $params : array<string|int, mixed> = []