\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZStreamReader Class / Write Method

In This Topic
    Write Method (C1ZStreamReader)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub Write( _
       ByVal buf() As System.Byte, _
       ByVal offset As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public override void Write( 
       System.byte[] buf,
       System.int offset,
       System.int count
    )

    Parameters

    buf
    offset
    count
    See Also