Click or drag to resize

DeflaterHuffmanFlushBlock Method

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

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void FlushBlock(
	byte[] stored,
	int stored_offset,
	int stored_len,
	bool lastBlock
)

Parameters

stored
Type: SystemByte

[Missing <param name="stored"/> documentation for "M:Stimulsoft.Report.Export.DeflaterHuffman.FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

stored_offset
Type: SystemInt32

[Missing <param name="stored_offset"/> documentation for "M:Stimulsoft.Report.Export.DeflaterHuffman.FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

stored_len
Type: SystemInt32

[Missing <param name="stored_len"/> documentation for "M:Stimulsoft.Report.Export.DeflaterHuffman.FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

lastBlock
Type: SystemBoolean

[Missing <param name="lastBlock"/> documentation for "M:Stimulsoft.Report.Export.DeflaterHuffman.FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)"]

See Also