'DeclarationPublic Shared Sub Decompress( _ ByVal instream As System.IO.Stream, _ ByVal outstream As System.IO.Stream _ )
'UsageDim instream As System.IO.Stream Dim outstream As System.IO.Stream BZip2.Decompress(instream, outstream)
Parameters
- instream
- outstream