@Internal public class CompressionUtils extends Object
构造器和说明 |
---|
CompressionUtils() |
限定符和类型 | 方法和说明 |
---|---|
static void |
extractFile(String srcFilePath,
String targetDirPath,
String originalFileName) |
static void |
extractTarFile(String inFilePath,
String targetDirPath) |
static void |
extractZipFileWithPermissions(String zipFilePath,
String targetPath) |
public static void extractFile(String srcFilePath, String targetDirPath, String originalFileName) throws IOException
IOException
public static void extractTarFile(String inFilePath, String targetDirPath) throws IOException
IOException
public static void extractZipFileWithPermissions(String zipFilePath, String targetPath) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.