Class: RunLengthEncoding
- Inherits:
-
Object
- Object
- RunLengthEncoding
- Defined in:
- lib/run_length_encoding.rb,
lib/run_length_encoding/version.rb
Overview
Provides methods to encode and decode data using RLE.
Constant Summary collapse
- VERSION =
"0.2.1"
Constants included from Constants
Constants::CHUNK_KEY, Constants::COUNT_KEY
Instance Method Summary collapse
-
#initialize ⇒ RunLengthEncoding
constructor
A new instance of RunLengthEncoding.
Methods included from Decoder
Methods included from Encoder
Constructor Details
#initialize ⇒ RunLengthEncoding
Returns a new instance of RunLengthEncoding.
14 |
# File 'lib/run_length_encoding.rb', line 14 def initialize(*); end |