Update .swift-version to 4.2
Small library that reads lines from a file.
Default line delimiter (\n), string encoding (UTF-8) and chunk size (4096) can be set with optional parameters.
\n
UTF-8
4096
StreamReader is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "StreamReader"
StreamReader is available under the MIT license. See the LICENSE file for more info.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
StreamReader
Small library that reads lines from a file.
Default line delimiter (
\n), string encoding (UTF-8) and chunk size (4096) can be set with optional parameters.Installation
StreamReader is available through CocoaPods. To install it, simply add the following line to your Podfile:
License
StreamReader is available under the MIT license. See the LICENSE file for more info.