binary_write_val {thriftr}R Documentation

Binary protocol: write value to binary buffer

Description

Binary protocol: write value to binary buffer

Usage

binary_write_val(outbuf, ttype, val, spec = NA)

Arguments

outbuf

binary buffor

ttype

type of value

val

value to write

spec

specification of value


[Package thriftr version 1.1.7 Index]