GZipOutputStream.Write Method

[Visual Basic]
Overrides Public Sub Write( _
   ByVal buf As Byte(), _
   ByVal off As Integer, _
   ByVal len As Integer _
)
[C#]
public override void Write(
   byte[] buf,
   int off,
   int len
);

See Also

GZipOutputStream Class | GZipOutputStream Members | ICSharpCode.SharpZipLib.GZip Namespace