mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 14:24:25 +02:00
implement archive2
This commit is contained in:
parent
effd893de3
commit
6a6ccea50e
@ -17,7 +17,7 @@ package com.reandroid.apk;
|
|||||||
|
|
||||||
import com.reandroid.archive.*;
|
import com.reandroid.archive.*;
|
||||||
import com.reandroid.archive2.Archive;
|
import com.reandroid.archive2.Archive;
|
||||||
import com.reandroid.archive2.writter.ApkWriter;
|
import com.reandroid.archive2.writer.ApkWriter;
|
||||||
import com.reandroid.arsc.ApkFile;
|
import com.reandroid.arsc.ApkFile;
|
||||||
import com.reandroid.arsc.array.PackageArray;
|
import com.reandroid.arsc.array.PackageArray;
|
||||||
import com.reandroid.arsc.chunk.Chunk;
|
import com.reandroid.arsc.chunk.Chunk;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.archive2.writter;
|
package com.reandroid.archive2.writer;
|
||||||
|
|
||||||
import com.reandroid.apk.RenamedInputSource;
|
import com.reandroid.apk.RenamedInputSource;
|
||||||
import com.reandroid.archive.InputSource;
|
import com.reandroid.archive.InputSource;
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.archive2.writter;
|
package com.reandroid.archive2.writer;
|
||||||
|
|
||||||
import com.reandroid.archive.InputSource;
|
import com.reandroid.archive.InputSource;
|
||||||
import com.reandroid.archive2.block.LocalFileHeader;
|
import com.reandroid.archive2.block.LocalFileHeader;
|
@ -13,10 +13,9 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.archive2.writter;
|
package com.reandroid.archive2.writer;
|
||||||
|
|
||||||
import com.reandroid.archive2.io.ZipFileInput;
|
import com.reandroid.archive2.io.ZipFileInput;
|
||||||
import com.reandroid.archive2.io.ZipInput;
|
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.archive2.writter;
|
package com.reandroid.archive2.writer;
|
||||||
|
|
||||||
import com.reandroid.archive2.io.ZipFileOutput;
|
import com.reandroid.archive2.io.ZipFileOutput;
|
||||||
|
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.archive2.writter;
|
package com.reandroid.archive2.writer;
|
||||||
|
|
||||||
import com.reandroid.archive2.io.ZipFileInput;
|
import com.reandroid.archive2.io.ZipFileInput;
|
||||||
|
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.archive2.writter;
|
package com.reandroid.archive2.writer;
|
||||||
|
|
||||||
import com.reandroid.archive.InputSource;
|
import com.reandroid.archive.InputSource;
|
||||||
import com.reandroid.archive2.ZipSignature;
|
import com.reandroid.archive2.ZipSignature;
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.archive2.writter;
|
package com.reandroid.archive2.writer;
|
||||||
|
|
||||||
import com.reandroid.apk.RenamedInputSource;
|
import com.reandroid.apk.RenamedInputSource;
|
||||||
import com.reandroid.archive2.io.ArchiveEntrySource;
|
import com.reandroid.archive2.io.ArchiveEntrySource;
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.reandroid.archive2.writter;
|
package com.reandroid.archive2.writer;
|
||||||
|
|
||||||
import com.reandroid.archive.InputSource;
|
import com.reandroid.archive.InputSource;
|
||||||
import com.reandroid.archive2.block.DataDescriptor;
|
import com.reandroid.archive2.block.DataDescriptor;
|
Loading…
x
Reference in New Issue
Block a user