binary_read_val {thriftr} | R Documentation |
Binary protocol: read value from binary buffer
Description
Binary protocol: read value from binary buffer
Usage
binary_read_val(inbuf, ttype, spec = NA, decode_response = TRUE)
Arguments
inbuf |
binary buffor |
ttype |
type of value |
spec |
specification of value |
decode_response |
for string decode binary as chars |
Value
value of type ttype
[Package thriftr version 1.1.7 Index]