Method | Description | |
---|---|---|
EnterArray ( ) : void |
Enters an array value
|
|
EnterChoice ( ) : byte |
Enters a choice value
|
|
EnterSequence ( ) : void |
Enters a sequence value
|
|
GetBitString24 ( ) : |
Retrieves an bit string value from the stream
|
|
GetBitString56 ( ) : |
Retrieves an bit string value from the stream
|
|
GetBitString8 ( ) : |
Retrieves an bit string value from the stream
|
|
GetBoolean ( ) : bool |
Retrieves a boolean value from the stream
|
|
GetCharString ( ) : string |
Retrieves an char stream value from the stream
|
|
GetDate ( ) : Date |
Retrieves a date value from the stream
|
|
GetEnumerated ( ) : uint |
Retrieves an enumerated value from the stream
|
|
GetFloat32 ( ) : float |
Retrieves a float32 value from the stream
|
|
GetFloat64 ( ) : double |
Retrieves a float64 value from the stream
|
|
GetGeneric ( ) : GenericValue |
Retrieves a generic value from the stream
|
|
GetNull ( ) : System.Null |
Retrieves a null value from the tream
|
|
GetObjectId ( ) : ObjectId |
Retrieves an object id value from the stream
|
|
GetOctetString ( ) : byte[] |
Retrieves an octet stream value from the stream
|
|
GetSigned16 ( ) : short |
Retrieves a signed value from the stream
|
|
GetSigned32 ( ) : int |
Retrieves a signed value from the stream
|
|
GetSigned64 ( ) : long |
Retrieves a signed value from the stream
|
|
GetSigned8 ( ) : sbyte |
Retrieves a signed value from the stream
|
|
GetTime ( ) : |
Retrieves a time value from the stream
|
|
GetUnsigned16 ( ) : ushort |
Retrieves an unsigned value from the stream
|
|
GetUnsigned32 ( ) : uint |
Retrieves an unsigned value from the stream
|
|
GetUnsigned64 ( ) : ulong |
Retrieves an unsigned value from the stream
|
|
GetUnsigned8 ( ) : byte |
Retrieves an unsigned value from the stream
|
|
LeaveArray ( ) : void |
Leaves an array value
|
|
LeaveChoice ( ) : void |
Leaves a choice value
|
|
LeaveSequence ( ) : void |
Leaves a sequence value
|
|
OptionHasValue ( ) : bool |
Determines whether an option has a value
|
|
TagReaderStream ( |
Constructs a new TagReaderStream
|
Method | Description | |
---|---|---|
_atEnd ( byte tag ) : bool |
Determines whether the tag reader is at the end of an array or list
|
|
_moveNext ( ) : void |
Moves the current state to the next value to read
|
|
_require ( StreamOp op ) : void |
Requires that the next operation is expected
|
public GetBitString24 ( ) : |
||
return |
public GetBitString56 ( ) : |
||
return |
public TagReaderStream ( |
||
reader | The tag reader instance to read from | |
schema | ISchema | The schema for the types to read |
return | System |