ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZStreamWriter Class / Read Method

In This Topic
    Read Method (C1ZStreamWriter)
    In This Topic
    Not supported.
    Syntax
    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