Property | Type | Description | |
---|---|---|---|
CheckEnd | void | ||
CheckReader | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ReadField ( ) : bool |
Attempt to read a RecordField header, storing it in Field, returning whether there is one or if the end has been reached.
|
|
ReadFormId ( ) : FormId | ||
ReadInt16 ( ) : short | ||
ReadInt32 ( ) : int | ||
ReadInt32Body ( ) : int | ||
ReadInt64 ( ) : long | ||
ReadInt64Body ( ) : long | ||
ReadInt64OrInt32Body ( ) : long | ||
ReadSingle ( ) : float | ||
ReadSingleBody ( ) : float | ||
ReadStringBody ( ) : string | ||
ReadUInt16 ( ) : ushort | ||
ReadUInt32 ( ) : uint | ||
ReadUInt64 ( ) : ulong | ||
RecordReader ( |
||
RequireFieldSize ( int bytes ) : void | ||
RequireMinimumFieldSize ( int bytes ) : void | ||
SkipToEndOfRecord ( ) : void |
Skip past any and all RecordFields to the end of the Record. This will nullify Field.
|
|
UnknownFieldException ( ) : |
Method | Description | |
---|---|---|
CheckEnd ( ) : void | ||
CheckReader ( ) : void |
public RecordReader ( |
||
record | ||
reader | ||
return | System |
public RequireMinimumFieldSize ( int bytes ) : void | ||
bytes | int | |
return | void |
public UnknownFieldException ( ) : |
||
return |