ArrayInputStream-methods {RProtoBuf} | R Documentation |
Creates an ArrayInputStream
Description
Constructor for ArrayInputStream objects
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.
[Package RProtoBuf version 0.4.22 Index]