(buffer, offset, length, position)
| 230 | } |
| 231 | |
| 232 | read(buffer, offset, length, position) { |
| 233 | return fsCall(read, this, buffer, offset, length, position); |
| 234 | } |
| 235 | |
| 236 | readv(buffers, position) { |
| 237 | return fsCall(readv, this, buffers, position); |
no test coverage detected