* Returns true if there are more bytes left in the stream. * * @returns {boolean}
()
| 320 | * @returns {boolean} |
| 321 | */ |
| 322 | hasMore() { |
| 323 | return this.position < this.length; |
| 324 | } |
| 325 | |
| 326 | /** |
| 327 | * Returns a slice of the stream up to the current position. |
no outgoing calls
no test coverage detected