Not supported.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public override int Read(
	byte[] buf,
	int offset,
	int count
)
Visual Basic
Public Overrides Function Read ( _
	buf As Byte(), _
	offset As Integer, _
	count As Integer _
) As Integer

Parameters

buf
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
count
Type: System..::..Int32

See Also