Reference Library
DataReader Constructor (str, length)
NamespacesMBNCSUtilDataReaderDataReader(Stream, Int32)
Creates a new data reader with the specified stream as input.
Declaration Syntax
C#Visual BasicVisual C++
public DataReader(
	Stream str,
	int length
)
Public Sub New ( _
	str As Stream, _
	length As Integer _
)
public:
DataReader(
	Stream^ str, 
	int length
)
Parameters
str (Stream)
The stream from which to read.
length (Int32)
The length of the data to read from the stream.
Remarks

This constructor will block until a full packet has been returned.

Assembly: Asgard5Library (Module: Asgard5Library)