Class BlockingTextReader
The BlockingTextReader is an implementation of a Buffered
Inheritance
Implements
Inherited Members
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public sealed class BlockingTextReader : BufferedTextReader, IDisposable
Remarks
This is designed to avoid premature detection of end of input when the input has high latency and the consumer tries to read from the input faster than it can return data. This derives from Buffered
Methods
| Improve this Doc View SourceFillBuffer()
Fills the Buffer.
Declaration
protected override void FillBuffer()
Overrides
Remarks
This is designed to avoid premature detection of end of input when the input has high latency and the consumer tries to read from the input faster than it can return data. This derives from Buffered