Kể từ ngày 27 tháng 3 năm 2025, bạn nên sử dụng android-latest-release
thay vì aosp-main
để xây dựng và đóng góp cho AOSP. Để biết thêm thông tin, hãy xem phần Thay đổi đối với AOSP.
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
ICompressionStrategy
public
interface
ICompressionStrategy
com.android.tradefed.util.ICompressionStrategy
|
Các lớp con gián tiếp đã biết
|
Giao diện đại diện cho một thuật toán nén có thể được chọn trong thời gian chạy.
Tóm tắt
Phương thức công khai |
abstract
File
|
compress(File source)
Nén tệp (hoặc thư mục) source và trả về tệp lưu trữ thu được.
|
abstract
LogDataType
|
getLogDataType()
Trả về LogDataType của định dạng lưu trữ mà chiến lược này sử dụng.
|
Phương thức công khai
nén
public abstract File compress (File source)
Nén tệp (hoặc thư mục) source
và trả về tệp lưu trữ thu được.
Tham số |
source |
File : Tệp hoặc thư mục cần nén |
Giá trị trả về |
File |
Tệp lưu trữ nén |
Gửi |
|
Nếu không thể hoàn tất thao tác |
getLogDataType
public abstract LogDataType getLogDataType ()
Trả về LogDataType
của định dạng lưu trữ mà chiến lược này sử dụng.
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-27 UTC."],[],[],null,["# ICompressionStrategy\n====================\n\n\n`\npublic\n\n\ninterface\nICompressionStrategy\n`\n\n\n`\n\n\n`\n\n|------------------------------------------------|\n| com.android.tradefed.util.ICompressionStrategy |\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [ZipCompressionStrategy](../../../../../../reference/tradefed/com/android/tradefed/util/ZipCompressionStrategy.html) |----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------| | [ZipCompressionStrategy](../../../../../../reference/tradefed/com/android/tradefed/util/ZipCompressionStrategy.html) | An [ICompressionStrategy](../../../../../../reference/tradefed/com/android/tradefed/util/ICompressionStrategy.html) for creating zip archives. | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nAn interface representing a compression algorithm that can be selected at runtime.\n\nSummary\n-------\n\n| ### Public methods ||\n|--------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract File` | ` `[compress](../../../../../../reference/tradefed/com/android/tradefed/util/ICompressionStrategy.html#compress(File))`(File source) ` Compresses the `source` file (or folder) and returns the resulting archive. |\n| ` abstract `[LogDataType](../../../../../../reference/tradefed/com/android/tradefed/result/LogDataType.html) | ` `[getLogDataType](../../../../../../reference/tradefed/com/android/tradefed/util/ICompressionStrategy.html#getLogDataType())`() ` Returns the [LogDataType](../../../../../../reference/tradefed/com/android/tradefed/result/LogDataType.html) of the archive format used by this strategy. |\n\nPublic methods\n--------------\n\n### compress\n\n```\npublic abstract File compress (File source)\n```\n\nCompresses the `source` file (or folder) and returns the resulting archive.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|--------------------------------------------------|\n| `source` | `File`: The file or directory to compress \u003cbr /\u003e |\n\n| Returns ||\n|--------|-------------------------------|\n| `File` | The compressed archive \u003cbr /\u003e |\n\n| Throws ||\n|---|-----------------------------------------|\n| | If the operation could not be completed |\n\n### getLogDataType\n\n```\npublic abstract LogDataType getLogDataType ()\n```\n\nReturns the [LogDataType](../../../../../../reference/tradefed/com/android/tradefed/result/LogDataType.html) of the archive format used by this strategy.\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------------------------------------------------------------------------------------------------|--------|\n| [LogDataType](../../../../../../reference/tradefed/com/android/tradefed/result/LogDataType.html) | \u003cbr /\u003e |"]]