Reference Library
BncsReader Constructor (str)
NamespacesMBNCSUtilBncsReaderBncsReader(Stream)
Creates a new data reader with the specified stream as input.
Declaration Syntax
C#Visual BasicVisual C++
public BncsReader(
	Stream str
)
Public Sub New ( _
	str As Stream _
)
public:
BncsReader(
	Stream^ str
)
Parameters
str (Stream)
The stream from which to read.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if str is null (Nothing in Visual Basic).

Assembly: Asgard5Library (Module: Asgard5Library)