Object
Class representing a Filter used to encode and decode data with JPX compression algorithm.
Not supported.
# File lib/origami/filters/jpx.rb, line 46 def decode(stream) raise NotImplementedError, "#{self.class} is not yet supported" end
# File lib/origami/filters/jpx.rb, line 39 def encode(stream) raise NotImplementedError, "#{self.class} is not yet supported" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.