Class: Omnizip::Algorithms::LZMA::XzBufferedRangeEncoder::SymbolEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/omnizip/algorithms/lzma/xz_buffered_range_encoder.rb

Overview

Symbol queue entry

Instance Attribute Summary collapse

Instance Attribute Details

#probObject

Returns the value of attribute prob

Returns:

  • (Object)

    the current value of prob



29
30
31
# File 'lib/omnizip/algorithms/lzma/xz_buffered_range_encoder.rb', line 29

def prob
  @prob
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



29
30
31
# File 'lib/omnizip/algorithms/lzma/xz_buffered_range_encoder.rb', line 29

def type
  @type
end