| EmberWriter Methods |
The EmberWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.) | |
| Flush | Flushes the internal buffer into the stream passed to the constructor. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteEndContainer | Writes the end of the previous sequence, set or application-defined type. | |
| WriteStartApplicationDefinedType | Writes outer with indefinite length followed by the start of an
application-defined type with indefinite length. | |
| WriteStartSequence | Writes outer with indefinite length followed by the start of a sequence with
indefinite length. | |
| WriteStartSet | Writes outer with indefinite length followed by the start of a set with
indefinite length. | |
| WriteValue(EmberId, Boolean) | Writes outer with definite length followed by value as
Boolean. | |
| WriteValue(EmberId, Byte) | Writes outer with definite length followed by value as
Octetstring. | |
| WriteValue(EmberId, Double) | Writes outer with definite length followed by value as
Real. | |
| WriteValue(EmberId, Int32) | Writes outer with definite length followed by value as
Relative object identifier. | |
| WriteValue(EmberId, Int64) | Writes outer with definite length followed by value as
Integer. | |
| WriteValue(EmberId, String) | Writes outer with definite length followed by value as
UTF8String. |