I압축 전략
public
interface
ICompressionStrategy
com.android.tradefed.util.ICompressionStrategy |
런타임 시 선택할 수 있는 압축 알고리즘을 나타내는 인터페이스입니다.
요약
공개 메서드 | |
---|---|
abstract
File
|
compress(File source)
|
abstract
LogDataType
|
getLogDataType()
이 전략에서 사용하는 보관 파일 형식의 |
공개 메서드
압축하다
public abstract File compress (File source)
source
파일 (또는 폴더)을 압축하고 결과 보관 파일을 반환합니다.
매개변수 | |
---|---|
source |
File : 압축할 파일 또는 디렉터리 |
반환 값 | |
---|---|
File |
압축된 보관 파일 |
생성 값 | |
---|---|
|
작업을 완료할 수 없는 경우 |
getLogDataType
public abstract LogDataType getLogDataType ()
이 전략에서 사용하는 보관 파일 형식의 LogDataType
를 반환합니다.
반환 값 | |
---|---|
LogDataType |