Writes a byte array to the output stream
void WriteByteArray( size_t len, char* byteArray ); |
The number of bytes contained in the byte array.
A pointer to a byte array of size len.
Header: xlserialize.h
CXlOStream Class | CXlOStream Methods | CXlIStream::ReadByteArray