You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,20 @@ Adapter object implements the following properties:
132
132
133
133
Adapater object implements the following methods
134
134
135
+
* Method `isBOF`
136
+
137
+
isBOF()
138
+
139
+
#### Description
140
+
returns `true` if the first item of the dataset is already in the buffer. No further requests for preceding items will be issued, returns `false` otherwise.
141
+
142
+
* Method `isEOF`
143
+
144
+
isEOF()
145
+
146
+
#### Description
147
+
returns `true` if the last item of the dataset is already in the buffer. No further requests for tailing items will be issued, returns `false` otherwise,
0 commit comments