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 Nov. 3, 2022, 9:06 a.m.