Property | Type | Description | |
---|---|---|---|
Convert | void | ||
Convert | void | ||
GetByteCount | int | ||
GetBytes | int | ||
Reset | void | ||
SerializeEncoder | void |
Method | Description | |
---|---|---|
GetByteCount ( char chars, int index, int count, bool flush ) : int | ||
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int |
Method | Description | |
---|---|---|
Encoder ( ) : System.Runtime.Serialization |
Method | Description | |
---|---|---|
Convert ( char chars, int charCount, byte bytes, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void | ||
Convert ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void | ||
GetByteCount ( char chars, int count, bool flush ) : int | ||
GetBytes ( char chars, int charCount, byte bytes, int byteCount, bool flush ) : int | ||
Reset ( ) : void | ||
SerializeEncoder ( SerializationInfo info ) : void |
protected Encoder ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
public abstract GetByteCount ( char chars, int index, int count, bool flush ) : int | ||
chars | char | |
index | int | |
count | int | |
flush | bool | |
return | int |
public abstract GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int | ||
chars | char | |
charIndex | int | |
charCount | int | |
bytes | byte | |
byteIndex | int | |
flush | bool | |
return | int |