(handle, buf, off, len, position, cb)
| 496 | } |
| 497 | } |
| 498 | writeData(handle, buf, off, len, position, cb) { |
| 499 | // Backwards compatibility |
| 500 | this.write(handle, buf, off, len, position, cb); |
| 501 | } |
| 502 | fastGet(remotePath, localPath, opts, cb) { |
| 503 | if (this.server) |
| 504 | throw new Error('Client-only method called in server mode'); |