Reading a Zipped File Using a StreamReader

To read a zipped file using a StreamReader, add the following code.

Make sure to add these Imports (Visual Basic)/using (C#) statements at the top of the code:

Imports C1.C1Zip and Imports System.IO

using C1.C1Zip; and using System.IO;

 

      Visual Basic

      C#


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.