struct Orc::BytesBuffer

Defined in:

orc/buffers/bytes_buffer.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Orc::Buffer(Slice(UInt8))

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

Constructor methods inherited from struct Orc::Buffer(Slice(UInt8))

new(memory : IO::Memory) new

Constructor Detail

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

[View source]

Instance Method Detail

def append(value : Bytes) #

[View source]
def flush #

[View source]