Decode a zerocoded byte array, used to
decompress packets marked with the zerocoded flag
Return Value
The length of the output buffer
Remarks
Any time a zero is encountered, the
next byte is a count of how many zeroes to expand. One zero is
encoded with 0x00 0x01, two zeroes is 0x00 0x02, three zeroes is
0x00 0x03, etc. The first four bytes are copied directly to the
output buffer.
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)