Class: Omnizip::Algorithms::LZMA::IntRef
- Inherits:
-
Object
- Object
- Omnizip::Algorithms::LZMA::IntRef
- Defined in:
- lib/omnizip/algorithms/lzma/xz_range_encoder_exact.rb,
lib/omnizip/algorithms/lzma/xz_buffered_range_encoder.rb
Overview
Reference wrapper for integer (for out_pos parameter)
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(val) ⇒ IntRef
constructor
A new instance of IntRef.
Constructor Details
#initialize(val) ⇒ IntRef
Returns a new instance of IntRef.
308 309 310 |
# File 'lib/omnizip/algorithms/lzma/xz_range_encoder_exact.rb', line 308 def initialize(val) @value = val end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
306 307 308 |
# File 'lib/omnizip/algorithms/lzma/xz_range_encoder_exact.rb', line 306 def value @value end |