class CapnProto::Segment

Defined in:

capnproto/segment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(segments : Array(CapnProto::Segment), bytes : Bytes) #

[View source]

Instance Method Detail

def bytes : Bytes #

[View source]
def index : UInt32 #

[View source]
def segments : Array(CapnProto::Segment) #

[View source]
def u16(offset : UInt32) : UInt16 #

[View source]
def u32(offset : UInt32) : UInt32 #

[View source]
def u64(offset : UInt32) : UInt64 #

[View source]
def u8(offset : UInt32) : UInt8 #

[View source]