Rowscope is a file viewer for large text files. It can read files larger than 1 GB. It is very fast (a few seconds to examine a 1GB file) and it never blocks.
------解决方案-------------------- 如果只是查找字符串而且用java的话,再大只要能一次性读入内存,我觉得jdk提供的那些功能类已经很“底层”了吧
------解决方案-------------------- LZ你自己设定一次读取多少行不就行了?要看后面的内容就再调用一次读取,只要每次读取都是同一个IO对象就行了,不要关了再new就行了。
------解决方案--------------------