[Visual Basic]
Public Sub WriteBlock( _
ByVal block As Byte(), _
ByVal offset As Integer, _
ByVal len As Integer _
)
[C#]
public void WriteBlock(
byte[] block,
int offset,
int len
);
See Also
PendingBuffer Class | PendingBuffer Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace