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 Stream
public Stream OpenReader()
Return Value
A
System.IO.Stream that can be used to read the data in the entry.
See Also