def
get_float(tag) : Array(Float32) | Nil
#
def
get_float_opt(tag) : Array(Float32 | Nil) | Nil
#
def
get_int(tag) : Array(Int32) | Nil
#
def
get_int64(tag) : Array(Int64) | Nil
#
def
get_int64_opt(tag) : Array(Int64 | Nil) | Nil
#
def
get_int_opt(tag) : Array(Int32 | Nil) | Nil
#
def
update_flag(tag : String, present : Bool =
true)
#
def
update_float(tag : String, value : Number)
#
def
update_float(tag : String, values : Array(Float32))
#
def
update_int(tag : String, value : Int)
#
def
update_int(tag : String, values : Array(Int32))
#
def
update_int64(tag : String, value : Int)
#
def
update_int64(tag : String, values : Array(Int64))
#
def
update_string(tag : String, value : String)
#