koreader / android-luajit-launcher

Android NativeActivity based launcher for LuaJIT, implementing the main loop within Lua land via FFI
MIT License
132 stars 84 forks source link

simplify `FileExtensions.uncompress` implementation #418

Closed benoit-pierre closed 1 year ago

benoit-pierre commented 1 year ago

This change is Reviewable

benoit-pierre commented 1 year ago

How would you describe it?

Frenzie commented 1 year ago

"Use Apache IOUtils in FileExtensions.uncompress" :-)

It's a simplification of sorts if you're doing this multiple times but here it's just a minor abstraction for the same thing. But no matter.

pazos commented 1 year ago

It's easier to read, so simplification works for me :)