WsiCodecBase Class Members
In This Topic
The following tables list the members exposed by
WsiCodecBase.
Protected Constructors
Public Properties
| Name | Description |
 | CanCreateDecoder | Gets a value indicating whether codec can create decoder. |
 | CanCreateEncoder | Gets a value indicating whether codec can create encoder. |
 | FileExtensions | Gets an array that contains the file extensions which are associated with codec. (Inherited from Codec) |
 | Name | Gets the codec name. (Inherited from Codec) |
Public Methods
| Name | Description |
 | CreateDecoder | Overloaded. Creates a new decoder instance for decoding specified stream. (Inherited from Codec) |
 | CreateEncoder | Creates a new encoder instance of the codec. |
  | CreateStandardCodec | Creates a standard codec by name. (Inherited from Codec) |
 | ToString | Returns a string representation of this object. (Inherited from Codec) |
See Also