Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

add methods for reading and writting data from an offset #172

Closed
@wanderer

Description

@wanderer

It would be nice to support an option to read and write data from an offset.

const reader = require('ipfs-unixfs-engine').reader
promise = reader(CID, offset, length)
const writer = require('ipfs-unixfs-engine').writer
promise = writer(CID, offset, data)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Medium: Good to have, but can wait until someone steps updif/hardHaving worked on the specific codebase is importanthelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions