Open GoogleCodeExporter opened 9 years ago
I've been experiencing the same issue and used the following workaround:
[code]
if ((arr[1] as ByteArray).readUnsignedByte() != 0x00)
{
arr[1].position = 0;
}
[/code]
Original comment by hansal...@gmail.com
on 22 Feb 2010 at 4:48
Original issue reported on code.google.com by
steim...@gmail.com
on 30 Dec 2009 at 10:50