ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamReader Class
Properties Methods


In This Topic
    C1ZStreamReader Class Members
    In This Topic

    The following tables list the members exposed by C1ZStreamReader.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the underlying stream that contains the compressed data.  
    Public PropertyOverridden. Always returns True.  
    Public PropertyOverridden. Always returns False.  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyOverridden. Always returns False.  
    Public PropertyOverridden. Gets the length of the compressed stream if it is known (or -1 if the length of the compressed stream is unknown).  
    Public PropertyGets or sets whether calling the Dispose(Boolean) method will also close the underlying stream (see BaseStream).  
    Public PropertyOverridden. Gets the position within the stream (read-only).  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets the number of bytes in the stream (compressed bytes).  
    Public PropertyGets the number of bytes in the stream (compressed bytes).  
    Public PropertyGets the number of bytes that were compressed into the stream (uncompressed bytes).  
    Public PropertyGets the number of bytes that were compressed into the stream (uncompressed bytes).  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets the ZStream instance wrapped by this C1ZStreamWriter.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. 

    Closes the current stream compressor and flushed any pending data into the base stream.

    If the OwnsBaseStream property is set to True (the default value), then this method also closes the base stream and releases any resources (such as sockets and file handles) associated with it.

     
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverridden. Clears all buffers for this stream and causes any buffered data to be written to the underlying stream.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Reads a sequence of bytes from the underlying compressed stream, decompressing them into a buffer, then advances the position within the stream by the number of bytes read.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverridden. Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.  
    Public MethodOverridden. Not supported.  
    Public MethodOverridden. Sets the number of compressed bytes to read from the underlying stream.  
    Public MethodOverridden. This method is overridden and is not supported by the C1ZStreamReader class.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.IO.Stream)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method (Inherited from System.IO.Stream)
    Top
    See Also