Class: ZXing::FFI::MultiFormatReader

Inherits:
Reader
  • Object
show all
Includes:
MultiFormatReader
Defined in:
lib/zxing/ffi/multi_format_reader.rb

Instance Attribute Summary

Attributes included from Reader

#native

Instance Method Summary collapse

Methods included from MultiFormatReader

new

Methods inherited from Reader

#decode

Constructor Details

#initializeMultiFormatReader

Returns a new instance of MultiFormatReader.



6
7
8
# File 'lib/zxing/ffi/multi_format_reader.rb', line 6

def initialize
  super ZXing::FFI::Library.MultiFormatReader_new
end