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.


eddelbuettel/rprotobuf documentation built on April 28, 2024, 6:23 p.m.