struct Orc::Proto::FileTail
- Orc::Proto::FileTail
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
orc/definition/orc.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .new(postscript : PostScript | Nil = nil, footer : Footer | Nil = nil, file_length : UInt64 | Nil = nil, postscript_length : UInt64 | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #file_length : UInt64 | Nil
- #file_length=(file_length : UInt64 | Nil)
- #footer : Footer | Nil
- #footer=(footer : Footer | Nil)
- #postscript : PostScript | Nil
- #postscript=(postscript : PostScript | Nil)
- #postscript_length : UInt64 | Nil
- #postscript_length=(postscript_length : UInt64 | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf