Class PosSampleStream
public class PosSampleStream : FilterObjectStream<Parse?, POSSample?>, IObjectStream<POSSample?>, IDisposable
- Inheritance
-
PosSampleStream
- Implements
- Inherited Members
Constructors
PosSampleStream(IObjectStream<Parse?>)
public PosSampleStream(IObjectStream<Parse?> @in)
Parameters
inIObjectStream<Parse>
Methods
Read()
Returns the next object. Calling this method repeatedly until it returns
null will return each object from the underlying source exactly once.
public override POSSample? Read()
Returns
- POSSample
the next object or
nullto signal that the stream is exhausted
Exceptions
- IOException
if there is an error during reading
- IOException
if there is an error during reading