Click or drag to resize

DeflaterOutputStreamRead Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.DeflaterOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override int Read(
	byte[] b,
	int off,
	int len
)

Parameters

b
Type: SystemByte

[Missing <param name="b"/> documentation for "M:Stimulsoft.Report.Export.DeflaterOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

off
Type: SystemInt32

[Missing <param name="off"/> documentation for "M:Stimulsoft.Report.Export.DeflaterOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

len
Type: SystemInt32

[Missing <param name="len"/> documentation for "M:Stimulsoft.Report.Export.DeflaterOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Report.Export.DeflaterOutputStream.Read(System.Byte[],System.Int32,System.Int32)"]

See Also