Class: RunLengthEncoding

Inherits:
Object
  • Object
show all
Includes:
Decoder, Encoder
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

Methods included from Decoder

#decode

Methods included from Encoder

#encode

Constructor Details

#initializeRunLengthEncoding

Returns a new instance of RunLengthEncoding.



14
# File 'lib/run_length_encoding.rb', line 14

def initialize(*); end