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