EmberReader Methods | ![]() |
The EmberReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Copy | Reads the current data value and writes it to writer. |
![]() | CopyToEndContainer | Reads data and writes it to writer until the end of the current container is
reached. |
![]() | Dispose | Releases all resources used by the current instance of the EmberWriter class. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Read | Advances the reader to the next data value in the stream. |
![]() | ReadContentsAsBoolean | Reads the contents of the current data value as a Boolean. |
![]() | ReadContentsAsByteArray | Reads the contents of the current data value as a Byte array. |
![]() | ReadContentsAsDouble | Reads the contents of the current data value as a Double. |
![]() | ReadContentsAsInt32Array | Reads the contents of the current data value as an Int32 array. |
![]() | ReadContentsAsInt64 | Reads the contents of the current data value as a Int64. |
![]() | ReadContentsAsObject | Reads the contents of the current data value. |
![]() | ReadContentsAsString | Reads the contents of the current data value as a String. |
![]() | Skip | Skips the contents of the current data value. |
![]() | SkipToEndContainer | Skips to the end of the current container. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |