Read Method (buffer, offset, count)

DotNetZip

Ionic Zip Library v1.9.1.6 Read Method (buffer, offset, count)
ReferenceIonic.ZlibParallelDeflateOutputStreamRead(array<Byte>[]()[][], Int32, Int32)
This method always throws a NotSupportedException.
Declaration Syntax
C# Visual Basic Visual C++
public override int Read(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Function Read ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
) As Integer
public:
virtual int Read(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
Parameters
buffer (array<Byte>[]()[][])
The buffer into which data would be read, IF THIS METHOD ACTUALLY DID ANYTHING.
offset (Int32)
The offset within that data array at which to insert the data that is read, IF THIS METHOD ACTUALLY DID ANYTHING.
count (Int32)
The number of bytes to write, IF THIS METHOD ACTUALLY DID ANYTHING.
Return Value
nothing.

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