Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
libcrow
master
Crow
CrowTag
CrowType
Decoder
Encoder
Field
FileBlock
FileHeader
MsgHdr
MsgHdrFlags
RowValue
Built with Crystal 1.9.2
2023-10-07 18:48:05 UTC
class
Crow::FileHeader
Crow::FileHeader
Reference
Object
Defined in:
libcrow/FileBlock.cr
Instance Method Summary
#flags
: UInt8
#flags=
(flags : UInt8)
#magic
: Array(Char)
#magic=
(magic : Array(Char))
#version
: UInt8
#version=
(version : UInt8)
Instance Method Detail
def
flags
: UInt8
#
[
View source
]
def
flags=
(flags : UInt8)
#
[
View source
]
def
magic
: Array(Char)
#
[
View source
]
def
magic=
(magic : Array(Char))
#
[
View source
]
def
version
: UInt8
#
[
View source
]
def
version=
(version : UInt8)
#
[
View source
]