Object
Class representing a Filter used to encode and decode data with JBIG2 compression algorithm.
# File lib/origami/filters/jbig2.rb, line 42 def initialize(parameters = {}) super(DecodeParms.new(parameters)) end
Not supported.
# File lib/origami/filters/jbig2.rb, line 56 def decode(stream) raise NotImplementedError, "#{self.class} is not yet supported" end
# File lib/origami/filters/jbig2.rb, line 49 def encode(stream) raise NotImplementedError, "#{self.class} is not yet supported" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.