Click or drag to resize
EmberWriter Methods

The EmberWriter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the current instance of the EmberWriter class.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFlush
Flushes the internal buffer into the stream passed to the constructor.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteEndContainer
Writes the end of the previous sequence, set or application-defined type.
Public methodWriteStartApplicationDefinedType
Writes outer with indefinite length followed by the start of an application-defined type with indefinite length.
Public methodWriteStartSequence
Writes outer with indefinite length followed by the start of a sequence with indefinite length.
Public methodWriteStartSet
Writes outer with indefinite length followed by the start of a set with indefinite length.
Public methodWriteValue(EmberId, Boolean)
Writes outer with definite length followed by value as Boolean.
Public methodWriteValue(EmberId, Byte)
Writes outer with definite length followed by value as Octetstring.
Public methodWriteValue(EmberId, Double)
Writes outer with definite length followed by value as Real.
Public methodWriteValue(EmberId, Int32)
Writes outer with definite length followed by value as Relative object identifier.
Public methodWriteValue(EmberId, Int64)
Writes outer with definite length followed by value as Integer.
Public methodWriteValue(EmberId, String)
Writes outer with definite length followed by value as UTF8String.
Top
Bibliography
See Also