Encode a byte array with zerocoding. Used to
compress packets marked with the zerocoded flag. Any zeroes in the
array are compressed down to a single zero byte followed by a count
of how many zeroes to expand out. A single zero becomes 0x00 0x01,
two zeroes becomes 0x00 0x02, three zeroes becomes 0x00 0x03, etc.
The first four bytes are copied directly to the output
buffer.
Return Value
The length of the output buffer
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)