This is experimental documentation.
Reads a null-terminated byte array from the data stream.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public byte[] ReadNullTerminatedByteArray()
Public Function ReadNullTerminatedByteArray As Byte()
public: array<unsigned char>^ ReadNullTerminatedByteArray()
Return Value
The next byte array in the stream, terminated by a value of 0.
Remarks
The return value includes the null terminator.
Assembly: Asgard5Library (Module: Asgard5Library)