compression {arrow}R Documentation

Compressed stream classes

Description

CompressedInputStream and CompressedOutputStream allow you to apply a compression Codec to an input or output stream.

Factory

The CompressedInputStream$create() and CompressedOutputStream$create() factory methods instantiate the object and take the following arguments:

Methods

Methods are inherited from InputStream and OutputStream, respectively


[Package arrow version 15.0.1 Index]