Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamWriter Class / Read Method

In This Topic
    Read Method (C1ZStreamWriter)
    In This Topic
    Not supported.
    Syntax
    'Declaration
     
    
    Public Overrides Function Read( _
       ByVal buf() As Byte, _
       ByVal offset As Integer, _
       ByVal count As Integer _
    ) As Integer
    public override int Read( 
       byte[] buf,
       int offset,
       int count
    )

    Parameters

    buf
    offset
    count
    See Also