ZipCompressionStrategy
public
class
ZipCompressionStrategy
extends Object
implements
ICompressionStrategy
| java.lang.Object | |
| ↳ | com.android.tradefed.util.ZipCompressionStrategy |
ICompressionStrategy ליצירת ארכיוני zip.
סיכום
קונסטרוקטורים גלויים לכולם | |
|---|---|
ZipCompressionStrategy()
|
|
שיטות ציבוריות | |
|---|---|
File
|
compress(File source)
דחיסת הקובץ (או התיקייה) |
LogDataType
|
getLogDataType()
הפונקציה מחזירה את |
קונסטרוקטורים גלויים לכולם
ZipCompressionStrategy
public ZipCompressionStrategy ()
שיטות ציבוריות
דחיסת נתונים
public File compress (File source)
דחיסת הקובץ (או התיקייה) source והחזרת הארכיון שנוצר.
| פרמטרים | |
|---|---|
source |
File: הקובץ או הספרייה שרוצים לדחוס |
| החזרות | |
|---|---|
File |
הארכיון הדחוס |
getLogDataType
public LogDataType getLogDataType ()
הפונקציה מחזירה את LogDataType של פורמט הארכיון שבו נעשה שימוש בשיטה הזו.
| החזרות | |
|---|---|
LogDataType |
|