abstract struct Orc::Buffer(T)

Direct Known Subclasses

Defined in:

orc/buffer.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

abstract def append(value : T) #

[View source]
def bytesize #

[View source]
abstract def flush #

[View source]
def memory : IO::Memory #

[View source]
def to_io(io) #

[View source]