Parser interface for a R file.
Parser
01 Syntax
SMRUCC.Rsharp.RDataSet.Parser
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| file_type | 1 | Returns the type of the file. |
| parse_r_object_info | 1 | Parse the internal information of an object. |
| is_special_r_object_type | 1 | Check if a R type has a different serialization than the usual one. |
| bits | 1 | Read bits [start, stop) of an integer. |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| NA_REAL | 1 | This is a special R constant value |
04 Members
file_type(
BinaryDataReader)Returns the type of the file.
Parameters
| Name | Type | Description |
|---|---|---|
file | BinaryDataReader | - |
parse_r_object_info(
Int32)Parse the internal information of an object.
Parameters
| Name | Type | Description |
|---|---|---|
info_int | Int32 | - |
is_special_r_object_type(RObjectType)
Check if a R type has a different serialization than the usual one.
Parameters
| Name | Type | Description |
|---|---|---|
r_object_type | RObjectType | - |
bits(
Int32, Int32, Int32)Read bits [start, stop) of an integer.
Parameters
| Name | Type | Description |
|---|---|---|
data | Int32 | - |
start | Int32 | - |
[stop] | Int32 | - |
NA_REAL
This is a special R constant value