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 Property圧縮データを受け取る基底のストリームを取得します。  
    Public PropertyOverridden. 常に False を返します。  
    Public PropertyOverridden. 常に False を返します。  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyOverridden. 常に True を返します。  
    Public Propertyストリームの整合性をチェックするために使用されるチェックサム値を取得します。  
    Public PropertyOverridden. 基底のストリームの長さをバイト数で返します。  
    Public PropertyClose メソッドの呼び出しで基底のストリームも閉じるかどうかを取得または設定します(BaseStream を参照)。  
    Public PropertyOverridden. ストリーム内の位置を取得します(読み取り専用)。  
    Public Property (Inherited from System.IO.Stream)
    Public Propertyストリーム内のバイト数を取得します(圧縮バイト数)。  
    Public Propertyストリーム内のバイト数を取得します(圧縮バイト数)。  
    Public Propertyストリームに圧縮されたデータのバイト数を取得します(非圧縮バイト数)。  
    Public Propertyストリームに圧縮されたデータのバイト数を取得します(非圧縮バイト数)。  
    Public Property (Inherited from System.IO.Stream)
    Public Propertyこの C1ZStreamWriter でラップされた ZStream インスタンスを取得します。  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverridden. 

    現在のストリーム圧縮プログラムを閉じ、保留データがあれば基本ストリームにフラッシュします。

    OwnsBaseStream プロパティが True(デフォルト値)に設定されている場合、このメソッドは基本ストリームも閉じ、それに関連付けられているすべてのリソース(ソケット、ファイルハンドルなど)を解放します。

     
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverridden. このストリームのすべてのバッファをクリアし、バッファされたデータがあれば基底のストリームに書き込まれます。  
    Public MethodOverridden. サポートされていません。  
    Public Method (Inherited from System.IO.Stream)
    Public MethodOverridden. サポートされていません。  
    Public MethodOverridden. サポートされていません。  
    Public MethodOverridden. バイトシーケンスを現在のストリームに書き込み、書き込まれたバイト数だけストリーム内の現在の位置を進めます。  
    Public MethodOverridden. 1バイトをストリームの現在の位置に書き込み、ストリーム内の位置を1バイトだけ進めます。  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from System.IO.Stream)
    Top
    See Also