LumiSoft Mail Server User API
SetInput Method (buffer, offset, count)
Namespaces > ICSharpCode.SharpZipLib.Zip.Compression > DeflaterEngine > SetInput(Byte[](), Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine.SetInput(System.Byte[],System.Int32,System.Int32)]

Syntax
C#Visual BasicManaged C++
public void SetInput (
	byte[] buffer,
	int offset,
	int count
)
Public Sub SetInput ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
public:
void SetInput (
	array<unsigned char>^ buffer, 
	int offset, 
	int count
)
Parameters
buffer (Byte[]())

[Missing <param> documentation for "buffer"]

offset (Int32)

[Missing <param> documentation for "offset"]

count (Int32)

[Missing <param> documentation for "count"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)