Class NonBlockingTextReader
The NonBlockingTextReader is an implementation of a BufferedTextReader designed to wrap other readers where latency is known not to be a problem and we don't expect to ever have an empty read occur before the actual end of the stream.
Inheritance
System.Object
System.MarshalByRefObject
System.IO.TextReader
NonBlockingTextReader
Implements
System.IDisposable
Inherited Members
System.IO.TextReader.Null
System.IO.TextReader.Dispose()
System.IO.TextReader.ReadAsync(char[], int, int)
System.IO.TextReader.ReadBlockAsync(char[], int, int)
System.IO.TextReader.ReadLine()
System.IO.TextReader.ReadLineAsync()
System.IO.TextReader.ReadToEnd()
System.IO.TextReader.ReadToEndAsync()
System.IO.TextReader.Synchronized(System.IO.TextReader)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Assembly: dotNetRdf.dll
Syntax
public sealed class NonBlockingTextReader : BufferedTextReader, IDisposable
Methods
|
Improve this Doc
View Source
FillBuffer()
Fills the buffer in a non-blocking manner.
Declaration
protected override void FillBuffer()
Overrides
Implements
System.IDisposable
Extension Methods