Write Method (buffer, offset, count)

DotNetZip

Ionic Zip Library v1.9.1.6 Write Method (buffer, offset, count)
ReferenceIonic.ZipZipInputStreamWrite(array<Byte>[]()[][], Int32, Int32)
This method always throws a NotSupportedException.
Declaration Syntax
C# Visual Basic Visual C++
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
Parameters
buffer (array<Byte>[]()[][])
ignored
offset (Int32)
ignored
count (Int32)
ignored

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)