Charset |
public class CharsetFilter : MimeFilterBase
The CharsetFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| CharsetFilter(Encoding, Encoding) | Initialize a new instance of the CharsetFilter class. | |
| CharsetFilter(Int32, Int32) | Initialize a new instance of the CharsetFilter class. | |
| CharsetFilter(String, String) | Initialize a new instance of the CharsetFilter class. |
| Name | Description | |
|---|---|---|
| OutputBuffer |
Get the output buffer.
(Inherited from MimeFilterBase) | |
| SourceEncoding | Get the source encoding. | |
| TargetEncoding | Get the target encoding. |
| Name | Description | |
|---|---|---|
| EnsureOutputSize |
Ensure that the output buffer is greater than or equal to the specified size.
(Inherited from MimeFilterBase) | |
| Equals | (Inherited from Object) | |
| Filter(Byte, Int32, Int32, Int32, Int32) |
Filter the specified input.
(Inherited from MimeFilterBase) | |
| Filter(Byte, Int32, Int32, Int32, Int32, Boolean) |
Filter the specified input.
(Overrides MimeFilterBaseFilter(Byte, Int32, Int32, Int32, Int32, Boolean)) | |
| Finalize | (Inherited from Object) | |
| Flush |
Filter the specified input, flushing all internally buffered data to the output.
(Inherited from MimeFilterBase) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| Reset |
Reset the filter.
(Overrides MimeFilterBaseReset) | |
| SaveRemainingInput |
Save the remaining input for the next round of processing.
(Inherited from MimeFilterBase) | |
| ToString | (Inherited from Object) |