Apktool/brut.j.util/src/main/java/brut/util
Anthony Morris e23eb9cf6b Use Guava's LittleEndianDataInputStream.
This replaces the custom LittleEndianDataInputStream with
guava's implementation. To do this, I had to fix ExtDataInput
to better handle the case where skipBytes doesn't skip all the
bytes (the tests failed without this, and succeed with it). This
appears to be the main difference between the two implementations.
Guava's implementation is preferred because it is already a
dependency and because its license is clearer (the previous
implementation had a vague "public domain" comment in the thread
which may not be legally sufficient).

Fixes #1166
2016-08-05 14:36:34 +01:00
..
BrutIO.java re-add copy() method using try-with-resources 2015-04-16 08:12:20 -05:00
DataInputDelegate.java [skip] update all copyrights to 2014 2014-10-23 18:14:48 -05:00
Duo.java [skip] update all copyrights to 2014 2014-10-23 18:14:48 -05:00
ExtDataInput.java Use Guava's LittleEndianDataInputStream. 2016-08-05 14:36:34 +01:00
Jar.java [skip] update all copyrights to 2014 2014-10-23 18:14:48 -05:00
OS.java Write output to separate streams (error and output) 2016-01-05 10:39:07 +03:00
OSDetection.java [skip] update all copyrights to 2014 2014-10-23 18:14:48 -05:00