Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Compressed stream classes

Source:R/compression.R
compression.Rd

CompressedInputStream andCompressedOutputStreamallow you to apply a compressionCodec to aninput or output stream.

Factory

TheCompressedInputStream$create() andCompressedOutputStream$create()factory methods instantiate the object and take the following arguments:

  • stream AnInputStream orOutputStream, respectively

  • codec ACodec, either aCodec instance or a string

  • compression_level compression level for when thecodec argument is given as a string

Methods

Methods are inherited fromInputStream andOutputStream, respectively


[8]ページ先頭

©2009-2025 Movatter.jp