ComponentOne Zip for .NET
Write Method (C1ZStreamReader)

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZStreamReader Class : Write Method
This method is overridden and is not supported by the C1ZStreamReader class.
Syntax
Public Overrides Sub Write( _
   ByVal buf() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) 
public override void Write( 
   byte[] buf,
   int offset,
   int count
)

Parameters

buf
offset
count
See Also

Reference

C1ZStreamReader Class
C1ZStreamReader Members