An NDoc Documented Class Library

CTransferEncoder Members

CTransferEncoder overview

Public Instance Constructors

CTransferEncoder Overloaded. Initializes a new instance of the CTransferEncoder class.

Public Instance Methods

EmitI32 Append an encoded signed 32 bit integer to the message buffer
EmitString Appends an encoded string to the message buffer
EmitU32 Append an encoded unsigned 32 bit integer to the message buffer
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Flush Flush buffer to output stream
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ParseI32 Parses a signed 32 bit value from the input stream.
ParsePMAP Parses the presence map from the input stream.
ParseString Parses a string value from the input stream.
ParseU32 Parses an unsigned 32 bit value from the input stream.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

CTransferEncoder Class | FAST Namespace