Module: Pdfrb::Filter::Base

Included in:
ASCII85Decode, ASCIIHexDecode, Crypt, FlateDecode, LZWDecode, RunLengthDecode
Defined in:
lib/pdfrb/filter/base.rb

Overview

Common interface for stream filters. Subclasses must implement decoder(bytes, parms, document) and encoder(bytes, parms, document) class methods, and call register_as at the bottom of the file.

Defined Under Namespace

Modules: ClassMethods