This is experimental documentation.
Reads a null-terminated byte array from the data stream.

C# | Visual Basic | Visual C++ |
public byte[] ReadNullTerminatedByteArray()
Public Function ReadNullTerminatedByteArray As Byte()
public: array<unsigned char>^ ReadNullTerminatedByteArray()

The next byte array in the stream, terminated by a value of 0.

The return value includes the null terminator.
Assembly: Asgard5Library (Module: Asgard5Library)