Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamWriter Class
Properties Methods


In This Topic
    C1ZStreamWriter Class Members
    In This Topic

    The following tables list the members exposed by C1ZStreamWriter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the underlying stream that receives the compressed data.  
    Public PropertyOverridden. Always returns False.  
    Public PropertyOverridden. Always returns False.  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyOverridden. Always returns True.  
    Public PropertyGets the checksum value used to check the integrity of the stream.  
    Public PropertyOverridden. Returns the length of the underlying stream, in bytes.  
    Public PropertyGets or sets whether calling the Close 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 MethodOverridden. 

    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 MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    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. Not supported.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverridden. Not supported.  
    Public MethodOverridden. Not supported.  
    Public MethodOverridden. Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverridden. Writes a byte to the current position in the stream and advances the position within the stream by one byte.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.IO.Stream)
    Protected MethodOverloaded.  (Inherited from System.IO.Stream)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method (Inherited from System.IO.Stream)
    Top
    See Also