Learn R Programming

RProtoBuf (version 0.4.3)

ArrayInputStream-methods: Creates an ArrayInputStream

Description

Constructor for ArrayInputStream objects

Arguments

Methods

signature(payload = "raw", block_size = "missing" )
Creates a ArrayInputStream using the raw vector as the payload of the stream
signature(payload = "raw", block_size = "integer" )
Creates a ArrayInputStream ... same with block size.
signature(payload = "raw", block_size = "numeric" )
Creates a ArrayInputStream ... same with block size.