struct

Orc::Proto::FileTail

Inherits Protobuf::Message < Struct < Value < Object

Constants

FIELDS = {1 => {name: :postscript, pb_type: PostScript, crystal_type: PostScript, cast_type: PostScript?, native: false, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :footer, pb_type: Footer, crystal_type: Footer, cast_type: Footer?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :file_length, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :postscript_length, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

new(buf : Protobuf::Buffer)

Class methods

from_protobuf(io)

Instance methods

[](key : String)
file_length
file_length=(file_length : UInt64 | Nil)
postscript
postscript=(postscript : PostScript | Nil)
postscript_length
postscript_length=(postscript_length : UInt64 | Nil)
to_protobuf(io : IO, embedded = false)
to_protobuf