v2.1.0
2.1.0 (2017-03-01)
Enhancements
- Added
readContent(path)
to read the raw content of any file. Thanks @LegNeato! - Exposed
usingFileStream(path, action)
that allows you to consume the contents of a file as a Stream. Useful for very large files.
Fixes
readXml(path)
was unable to read any other file thanAndroidManifest.xml
due to an oversight. You can now read any file with it.