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 () As Byte, _
ByVal As Integer, _
ByVal As Integer _
)
public override void Write(
byte[] ,
int ,
int
)
Parameters
- buf
- offset
- count
See Also