Click or drag to resize

CorrectionFileCorrectionTable Method

Get a BinaryReader for the raw correction table

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public BinaryReader CorrectionTable(
	int table
)

Parameters

table  Int32
The number of the table to be read.

Return Value

BinaryReader
A BinaryReader for the specified table.
Remarks
Returns an BinaryReader containing a stream of the raw decompressed correction payload.
Note  Note
When this method returns, the BinaryReader's stream is positioned at the beginning of the table.
Subsequent reading operations on the stream will change its current position.
See Also