in reply to Re: Faster way to parse binary stream
in thread Faster way to parse binary stream
The / template character allows packing and unpacking of strings where the packed structure contains a byte count followed by the string itself. You write length-item/string-item.
Good solution, BrowserUK.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Faster way to parse binary stream
by Anonymous Monk on Jun 19, 2007 at 21:27 UTC |