mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-23 10:17:33 +01:00
26b60364fb
* Drop LEDataInputStream (which had a restrictive license) with LittleEndianDataInputStream, which is public domain. A minor change has been made to the new class, removing the interitance of InputStream. This makes it's behaviour indentical to the previous implementation, and unit tests pass. Fixes #1166 Source: http://www.peterfranza.com/2008/09/26/little-endian-input-stream/