ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip 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
    'Declaration
     
    Public Function OpenReader() As System.IO.Stream
    public System.IO.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