How does one unpack a tar file in Android?

前端 未结 3 1689
旧时难觅i
旧时难觅i 2021-02-15 19:06

I\'m not overly familiar with tar, so, this may be a stupid question, but I have a situation where I want to grab a tarball from the server (preferably compressed, but that\'s n

3条回答
  •  春和景丽
    2021-02-15 20:08

    I don't know if there is support for it built into the OS. But you should be able to use a third party library to do it.

    Here is one, I am sure there are others to choose from out there as well.

提交回复
热议问题