struct Orc::Proto::FileTail

Included Modules

Defined in:

orc/definition/orc.pb.cr

Constant Summary

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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(postscript : PostScript | Nil = nil, footer : Footer | Nil = nil, file_length : UInt64 | Nil = nil, postscript_length : UInt64 | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def file_length : UInt64 | Nil #

def file_length=(file_length : UInt64 | Nil) #

def footer : Footer | Nil #

def footer=(footer : Footer | Nil) #

def postscript : PostScript | Nil #

def postscript=(postscript : PostScript | Nil) #

def postscript_length : UInt64 | Nil #

def postscript_length=(postscript_length : UInt64 | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #