ICompressionStrategy
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 |