Class: Fairy::SegZip

Inherits:
IOFilter show all
Defined in:
lib/fairy/client/seg-zip.rb

Defined Under Namespace

Modules: Interface Classes: PreSegZipFilter

Instance Method Summary collapse

Methods inherited from IOFilter

#input=

Methods inherited from Filter

#backend, #backend=, #backend_class, #def_pool_variable

Constructor Details

#initialize(fairy, opts, others, block_source) ⇒ SegZip

ZIP_BY_SEGMENT = :ZIP_BY_SEGMENT



42
43
44
45
46
47
# File 'lib/fairy/client/seg-zip.rb', line 42

def initialize(fairy, opts, others, block_source)
  super(fairy, opts, others.collect{|o| o.backend}, block_source)
  @others = others
  @block_source
  @opts = opts
end

Instance Method Details

#backend_class_nameObject



49
50
51
# File 'lib/fairy/client/seg-zip.rb', line 49

def backend_class_name
  "CSegZip"
end