Reference Library
ReadByteArray Method (expectedItems)
NamespacesMBNCSUtilDataReaderReadByteArray(Int32)
Reads a byte array from the data stream.
Declaration Syntax
C#Visual BasicVisual C++
public byte[] ReadByteArray(
	int expectedItems
)
Public Function ReadByteArray ( _
	expectedItems As Integer _
) As Byte()
public:
array<unsigned char>^ ReadByteArray(
	int expectedItems
)
Parameters
expectedItems (Int32)
The number of bytes to read from the stream.
Return Value
The next expectedItems bytes from the stream.

Assembly: Asgard5Library (Module: Asgard5Library)