CorrectionFileCorrectionTable Method |
Get a BinaryReader for the raw correction table
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public BinaryReader CorrectionTable(
int table
)
Parameters
- table Int32
- The number of the table to be read.
Return Value
BinaryReaderA BinaryReader for the specified table.
Remarks
Returns an BinaryReader containing a stream of the raw decompressed correction payload.
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