[This is preliminary documentation and is subject to change.]
The Streamer type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | Streamer | Initializes a new instance of the Streamer class |
Methods
Name | Description | |
---|---|---|
![]() | BindStream |
Sets the stream as the target for output/input.
This call must be coupled with UnbindStream()
|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | UnbindStream |
Unbinds the current stream. This call is coupled with BindStream(stream)
|
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | m_Buff32 | |
![]() | m_Encoding | |
![]() | m_Stream | |
![]() ![]() | UTF8Encoding |
Properties
Name | Description | |
---|---|---|
![]() | Encoding |
Returns stream string encoding
|
![]() | Format |
Returns format that this streamer implements
|
![]() | Stream |
Returns underlying stream if it is bound or null
|
See Also