How to read large files? #425
-
Hi there, Looking to unzip large zip files using this package in the browser context. Passing a > 2GB Blob or Uint8Array has proven too much for my machine so looking into the docs for a better implementation I noticed this package supports split zip functionality. After some tinkering in the docs I couldn't quite figure out how to do it. The Zip Manager seems to handle my large zip file well, but I couldn't quite reproduce your magic. Would SplitDataReader do the job here? If so, do you have an example of how to implement this? Any ideas here would be great :) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yous should be able to read a large zip file with the |
Beta Was this translation helpful? Give feedback.
Yous should be able to read a large zip file with the
BlobReader
class, do you confirm you're using this class?