That is more or less my question. I am trying to figure out what is the
correct usage scenario when creating an encoding based on an existing one. I
can derive from Encoding, but would rather not reinvent the wheel if
possible, only change the part I do want to change.

Sébastien

On 9/18/07, Per Bolmstedt <[EMAIL PROTECTED]> wrote:
>
> Sébastien Lorion wrote:
>
> > class MyEncoding
> >   : ASCIIEncoding
>
> Are you sure _ASCIIEncoding_ is supposed to be subclassable?
>
> C# MVP Jon Skeet has implemented the EBCDIC encoding in .NET here:
> http://www.yoda.arachsys.com/csharp/ebcdic/
>
> Maybe you could look at that for reference?
>
> ===================================
> This list is hosted by DevelopMentor(r)   http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>



-- 
Sébastien
www.sebastienlorion.com

===================================
This list is hosted by DevelopMentor®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to