class Orc::RunLengthByteWriter

Defined in:

orc/run_length_byte_writer.cr

Constant Summary

MAX_LITERAL_SIZE = 128
MIN_REPEAT_SIZE = 3

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def close #

[View source]
def flush #

[View source]
def write(byte : UInt8) #

[View source]