You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be worth implementing a multibase Decoder that would take an io.Reader and return one as well, with a signature like NewDecoder(io.Reader) io.Reader
Then [ipfs multibase decode <file>] could all be done without having to read the entire file into memory.
@lidel Seems like this is something that should exist, or am I missing an obvious reason it does not? Seems like a NewDecode function could start reading the stream, and then construct the correct decoder and return it as an io.Reader.
The text was updated successfully, but these errors were encountered:
Enhancement idea by @gammazero (extracted from ipfs/kubo#8180 (comment)):
The text was updated successfully, but these errors were encountered: