ArrayOutputStream-methods: Creates an ArrayOutputStream

ArrayOutputStream-methodsR Documentation

Creates an ArrayOutputStream

Description

Constructor for ArrayOutputStream objects

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.


RProtoBuf documentation built on March 7, 2026, 9:07 a.m.