로그 데이터 유형
public
final
enum
LogDataType
extends Enum<LogDataType>
java.lang.Object의 클래스 | ||
↳ | java.lang.Enum<com.android.tradefed.result.LogDataType> | |
↳ | com.android.tradefed.result.LogDataType |
로그 데이터의 데이터 유형을 나타냅니다.
요약
공개 메서드 | |
---|---|
String
|
getContentType()
|
String
|
getFileExt()
|
boolean
|
isCompressed()
|
boolean
|
isText()
|
static
LogDataType
|
valueOf(String name)
|
static
final
LogDataType[]
|
values()
|
Enum 값
공개 메서드
getContentType
public String getContentType ()
반환 값 | |
---|---|
String |
getFileExt
public String getFileExt ()
반환 값 | |
---|---|
String |
압축됨
public boolean isCompressed ()
반환 값 | |
---|---|
boolean |
true : 데이터 유형이 압축된 형식이거나 압축하면 안 되는 경우 |
isText
public boolean isText ()
반환 값 | |
---|---|
boolean |
데이터 유형이 텍스트 형식인 경우 true |