An open API service indexing awesome lists of open source software.

https://github.com/poga/hyperdrive-read

fs.read for hyperdrive
https://github.com/poga/hyperdrive-read

buffer hyperdrive javascript

Last synced: about 1 year ago
JSON representation

fs.read for hyperdrive

Awesome Lists containing this project

README

          

# hyperdrive-read

Read data from a file in a hyperdrive archive. Provide the same interface as `fs.read`

`npm i hyperdrive-read`

## Usage

```js
var read = require('hyperdrive-read')

read(archive, entry, buffer, offset, length, position, function (err, bytesRead, buffer) {
// done
})
```

## License

The MIT License