Skip to content

BZip2.BZ2Stream.Open

Andrew Lambert edited this page Nov 27, 2022 · 2 revisions

Method Signatures

 Shared Function Open(InputStream As Readable) As BZip2.BZ2Stream
 Shared Function Open(InputStream As FolderItem) As BZip2.BZ2Stream

Parameters

Name Type Comment
InputStream Readable, FolderItem The existing BZip2 stream to open

Return value

A new instance of BZ2Stream, or Nil on error

Remarks

Opens an existing compressed file or readable stream for decompression.

See also

Clone this wiki locally