Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 353 Bytes

SwiftCharReader

Read text file character by character. My purpose is to process string from large text file.

Including a function to parse CSV file using character reader.

Supported encoding: UTF8, UTF16 (BE & LE).

Author

soleilpqd@gmail.com

License

SwiftCharReader is available under the MIT license. See the LICENSE file for more info.