struct CryStorage::PageManagement::PageHeader

Defined in:

page_manager.cr

Constant Summary

SIZE = INT_SIZE * 2

Constructors

Instance Method Summary

Instance methods inherited from class Object

tabulate(io)
tabulate
tabulate
, tap(&) tap

Constructor Detail

def self.new(version : Int64, size : Int32) #

[View source]
def self.new(io : IO::Memory) #

[View source]

Instance Method Detail

def size : Int32 #

[View source]
def size=(size : Int32) #

[View source]
def to_io(io, format) #

[View source]
def version : Int64 #

[View source]
def version=(version : Int64) #

[View source]