[Webkit-unassigned] [Bug 41159] Come up with a more efficient way to represent Path segments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 26 01:26:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41159





--- Comment #7 from Dirk Schulze <krit at webkit.org>  2010-06-26 01:26:20 PST ---
I'm fine with the ByteStreamWriter. But I think the ByteStreamReader goes into the wrong direction. ByteStreamWriter can be extended by new commands, dependent of the different needs and use cases. But ByteStreamReader should be as general as possible. That means, a caller should know himself, how the bytestream is builded. And ByteStreamReader should just have general methods to ask for bool, int and float and stores the current position in the stream. A caller can ask for the values one after the other without taking care of the current StreamPosition. If parsing fails, ByteStreamReader returns false.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list