日志数据类型
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()
|
枚举值
公共方法
getContentType
public String getContentType ()
返回 | |
---|---|
String |
getFileExt
public String getFileExt ()
返回 | |
---|---|
String |
已压缩
public boolean isCompressed ()
返回 | |
---|---|
boolean |
如果数据类型为压缩格式或不应进行压缩,则为 true 。 |
isText
public boolean isText ()
返回 | |
---|---|
boolean |
如果数据类型为文本格式,则为 true 。 |