struct Orc::BooleanRLEBuffer

Defined in:

orc/buffers/boolean_rle_buffer.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Orc::Buffer(Bool)

append(value : T) append, bytesize bytesize, flush flush, memory : IO::Memory memory, to_io(io) to_io

Constructor methods inherited from struct Orc::Buffer(Bool)

new(memory : IO::Memory) new

Constructor Detail

def self.new(memory : IO::Memory) #

[View source]

Instance Method Detail

def append(value : Bool) #

[View source]
def flush #

[View source]
def values #

[View source]