ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntry Class / OpenReader Method

In This Topic
    OpenReader Method
    In This Topic
    Returns a System.IO.Stream that can be used to read the content of the entry without extracting it to a disk file.
    Syntax
    Public Function OpenReader() As Stream
    public Stream OpenReader()

    Return Value

    A System.IO.Stream that can be used to read the data in the entry.
    Remarks
    The System.IO.Stream returned is a C1ZStreamReader, which decompresses the data as it is read from the entry.
    See Also