mbeckerle commented on a change in pull request #539:
URL: https://github.com/apache/daffodil/pull/539#discussion_r620612584
##########
File path: daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala
##########
@@ -490,7 +490,11 @@ class DataLocation private[japi] (dl: SDataLocation) {
override def toString() = dl.toString
/**
- * Determine if this data location is at the end of the input data
+ * Determine if this data location is known to be at the end of the data
stream.
+ *
+ * Note that this can be false, yet all bits consumed. This occurs if no
+ * subsequent input read operation from the data occurred causing the
+ * input stream to detect end-of-data/EOF.
Review comment:
Restored isAtEnd with old blocking behavior in latest commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]