Proton DotNet
|
Interface for an external UTF8 Encoder that can be supplied by a client which implements custom encoding logic optimized for the application using the Codec. More...
Public Member Functions | |
IProtonBuffer | EncodeUTF8 (IProtonBuffer buffer, string sequence) |
Encodes the given sequence of characters in UTF8 to the given buffer. More... | |
Interface for an external UTF8 Encoder that can be supplied by a client which implements custom encoding logic optimized for the application using the Codec.
IProtonBuffer Apache.Qpid.Proton.Codec.Encoders.IUtf8Encoder.EncodeUTF8 | ( | IProtonBuffer | buffer, |
string | sequence | ||
) |
Encodes the given sequence of characters in UTF8 to the given buffer.
buffer | The buffer where the encoding will be written |
sequence | The string whose characters will be encoded |