问题描述
如果没有深入了解为什么必须这样做,我就处在需要处理巨型文本文件的情况下在Cordova应用程序中。
所以基本上我正在寻找一个插件来管理本机端的流并给我JS方法,如ReadLine等或者为了调整目的,ReadNLines会更好。
文件将在处理之前下载并存储在本地文件系统中。
我很难确定现有的解决方案。是否存在?
谢谢,
Steve
Hi,
Without getting into the ins and outs of why it must be done, I'm in the situation where I need to process a giant text file in a Cordova application.
So essentially I'm looking for a plugin that will that will manage a stream on the native side and give me JS methods such as ReadLine e.t.c. Or for tuning purposes ReadNLines would be better.
The file will be downloaded and stored on the local file system before it's processed.
I'm struggling to identify an existing solution. Does one exist?
Thanks,
Steve
推荐答案
这篇关于PhoneGap / Cordova阅读大文本文件100MB +的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!