Ascii85
in package
implements
FilterInterface
Pdf extract ascii 85 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 an ASCII85Decode stream
- decodeGroup() : string
- Decode a 5-character ASCII85 group into 4 raw bytes
Constants
MAX_DECODED_LENGTH
Maximum decoded stream size in bytes
protected
mixed
MAX_DECODED_LENGTH
= 67108864
Methods
decode()
Decode an ASCII85Decode stream
public
decode(string $data[, array<string|int, mixed> $params = [] ]) : string
Parameters
- $data : string
- $params : array<string|int, mixed> = []
Tags
Return values
stringdecodeGroup()
Decode a 5-character ASCII85 group into 4 raw bytes
protected
decodeGroup(string $group) : string
Parameters
- $group : string