Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)
| Visual Basic (Declaration) | |
|---|---|
Public Sub Clear() | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public void Clear() | |
| C++/CLI | |
|---|---|
public: void Clear(); | |
Clears the internal state of the reader. After a call to this method the reader
remains in an uninitialized state. You must call the
Init
method in order to reuse the reader for reading another stream.