(begin, end)
| 23 | static exists(path) { return native("Resource_exists").call(this, path); } |
| 24 | get byteLength() { return native("Resource_get_byteLength").call(this); } |
| 25 | slice(begin, end) { return native("Resource_slice").call(this, begin, end); } |
| 26 | } |