Jens Rieks <[EMAIL PROTECTED]> wrote: > Hi all,
> attached is a first working development version of a Stream library. > Comments welcome! I'm not very happy with the split object/property usage. This makes IMHO subclassing a pain and isn't really needed. I'd use attributes for all this stuff with a constant file holding offset names for the attributes. Finally the use of object wrappers and helpers isn't really needed any more IMHO. __onload is just hiding the @LOAD pragma and adds an extra function call. __newclass messes around with __init (which gets called anyway). > jens leo