OpenMetaverse Protocol Library Developers API Documentation
ReadBytesUntilNull Method (data, i)
NamespacesOpenMetaverse BinBVHAnimationReaderReadBytesUntilNull( array< Byte > [] () [] [] , Int32 % )
Variable length strings seem to be null terminated in the animation asset.. but.. use with caution, home grown. advances the index.
Declaration Syntax
C#
public 
string 
ReadBytesUntilNull(
        
byte[] 
data,
        
ref 
int 
i
)
Parameters
data ( array< Byte > [] () [] [] )
The animation asset byte array
i ( Int32 %)
The offset to start reading
Return Value
a string

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)