ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamReader Class / Write Method

In This Topic
    Write Method (C1ZStreamReader)
    In This Topic
    This method is overridden and is not supported by the C1ZStreamReader class.
    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