ArrayOutputStream-methods: 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.