struct LavinMQ::Schema::SegmentPositionV3

Defined in:

lavinmq/schema.cr

Class Method Summary

Instance methods inherited from struct LavinMQ::Schema::SegmentPositionBase

<=>(other : self) <=>, bytesize : UInt32 bytesize, position : UInt32 position, segment : UInt32 segment, zero? zero?

Constructor methods inherited from struct LavinMQ::Schema::SegmentPositionBase

new(segment : UInt32, position : UInt32, bytesize : UInt32) new

Class Method Detail

def self.from_io(io : IO, format = IO::ByteFormat::SystemEndian) #

[View source]