[Biococoa-dev] NSMutableData vs malloc

Koen van der Drift kvddrift at earthlink.net
Sun Jul 10 18:44:03 EDT 2005


On Jul 10, 2005, at 6:28 PM, John Timmer wrote:

> Change unichar methods in BCSymbol classes to use unsigned char's
> Change SymbolSet methods to handle unsigned char's
> Add an NSMutableData ivar to BCSequence hold the char array
> Modify BCSequence initialization methods to create the char array
> Add new methods to BCSequence to start working with the unsigned chars
>

I think it should go into BCAbstractSequence, correct?  Also why not 
use const char and NSData, since BCSequence is immutable?

Other than that, go for it and we'll clean up the mess :)

cheers,

- Koen.




More information about the Biococoa-dev mailing list