|
| DefaultEncoder (Encoding encoding) |
|
object | GetRealObject (global::System.Runtime.Serialization.StreamingContext context) |
|
override int | GetByteCount (char[] chars, int index, int count, bool flush) |
|
unsafe override int | GetByteCount (char *chars, int count, bool flush) |
|
override int | GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) |
|
unsafe override int | GetBytes (char *chars, int charCount, byte *bytes, int byteCount, bool flush) |
|
virtual void | Reset () |
|
virtual void | Convert (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) |
|
virtual unsafe void | Convert (char *chars, int charCount, byte *bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) |
|
|
| DefaultEncoder (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
|
|
void System.Runtime.Serialization.ISerializable. | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
|
Definition at line 1873 of file Encoding.cs.
The documentation for this class was generated from the following file: