Reference Library
Peek Method
NamespacesMBNCSUtilDataReaderPeek()()()()
Reads the next byte in the stream but does not consume it.
Declaration Syntax
C#Visual BasicVisual C++
public int Peek()
Public Function Peek As Integer
public:
int Peek()
Return Value
A byte value (0-255) if the call succeeded, or else -1 if reading past the end of the stream.

Assembly: Asgard5Library (Module: Asgard5Library)