EmberReader Class | ![]() |
Namespace: Lawo.EmberPlusSharp.Ember
public sealed class EmberReader : IDisposable
The EmberReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | EmberReader(Stream) | Initializes a new instance of the EmberReader class by calling
EmberReader(stream, 1024). |
![]() | EmberReader(Stream, Int32) | Initializes a new instance of the EmberReader class. |
Name | Description | |
---|---|---|
![]() | CanReadContents | Gets a value indicating whether contents can be read with one of the ReadContents methods.
|
![]() | InnerNumber | Gets the number of the inner identifier of the data value that was read with Read.
|
![]() | OuterId | Gets the outer identifier of the data value that was read with Read. |
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.) |