Class: matlab.system.mixin.FiniteSource
Package: matlab.system.mixin
End-of-data flag
status = isDoneImpl(obj)
status = isDoneImpl(obj)
specifies whether an the end of the data has been reached. The isDone
method should return true
when data from a finite source has been
exhausted, typically by having read and output all data from the source. You should also define the result of future
reads from an exhausted source in the isDoneImpl
method.
isDoneImpl
is called by the isDone
method.
You must set Access = protected
for this method.
|
System object™ handle |
|
Logical value, |