[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
StreamManipulator Class | StreamManipulator Members | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace