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

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

    Parameters

    buf
    offset
    count
    See Also