Class: Omnizip::Algorithms::LZMA::XzBufferedRangeEncoder::SymbolEntry
- Inherits:
-
Struct
- Object
- Struct
- Omnizip::Algorithms::LZMA::XzBufferedRangeEncoder::SymbolEntry
- Defined in:
- lib/omnizip/algorithms/lzma/xz_buffered_range_encoder.rb
Overview
Symbol queue entry
Instance Attribute Summary collapse
-
#prob ⇒ Object
Returns the value of attribute prob.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#prob ⇒ Object
Returns the value of attribute prob
29 30 31 |
# File 'lib/omnizip/algorithms/lzma/xz_buffered_range_encoder.rb', line 29 def prob @prob end |
#type ⇒ Object
Returns the value of attribute type
29 30 31 |
# File 'lib/omnizip/algorithms/lzma/xz_buffered_range_encoder.rb', line 29 def type @type end |