Learn R Programming

RProtoBuf (version 0.4.3)

ArrayOutputStream-methods: Creates an ArrayOutputStream

Description

Constructor for ArrayOutputStream objects

Arguments

Methods

signature(size = "integer", block_size = "missing" )
Creates a ArrayOutputStream using of the given size
signature(size = "integer", block_size = "integer" )
Creates a ArrayOutputStream ... same with block size.
signature(size = "integer", block_size = "numeric" )
Creates a ArrayOutputStream ... same with block size.
signature(size = "numeric", block_size = "missing" )
Creates a ArrayOutputStream using of the given size
signature(size = "numeric", block_size = "integer" )
Creates a ArrayOutputStream ... same with block size.
signature(size = "numeric", block_size = "numeric" )
Creates a ArrayOutputStream ... same with block size.