SUB Open ( Path AS String ) |
Source file must be a valid file, that is, compressed with the same algorithm you have selected at Type property.
.. Dim Cz As New Uncompress Dim Buf As String Cz.Type = "bzlib2" Cz.Open ( "/home/foo/compressed.bz2" ) LINE INPUT #Cz , Buf ... CLOSE #Cz ...