CesiumOutputStream Methods |
The CesiumOutputStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteEndObject |
Writes the end of an object.
|
![]() | WriteEndSequence |
Writes the end of a sequence.
|
![]() | WriteLineBreak |
When PrettyFormatting is true, adds a line break in a sequence of simple values.
When PrettyFormatting is false, this method does nothing.
|
![]() | WritePropertyName |
Writes the name of a property.
|
![]() | WriteStartObject |
Writes the start of an object.
|
![]() | WriteStartSequence |
Writes the start of a sequence.
|
![]() | WriteValue(Boolean) |
Writes the value of a property or element in a sequence.
|
![]() | WriteValue(Double) |
Writes the value of a property or element in a sequence.
|
![]() | WriteValue(Int32) |
Writes the value of a property or element in a sequence.
|
![]() | WriteValue(Int64) |
Writes the value of a property or element in a sequence.
|
![]() | WriteValue(String) |
Writes the value of a property or element in a sequence.
|
![]() | WriteValue(Uri) |
Writes the value of a property or element in a sequence.
|