TestRecordProtoUtil

public class TestRecordProtoUtil
extends Object

java.lang.Object
com.android.tradefed.util.proto.TestRecordProtoUtil


أداة لقراءة نموذج TestRecord من ملف

ملخّص

شركة إنشاءات عامة

TestRecordProtoUtil()

الطرق العامة

static TestRecordProto.TestRecord readFromFile(File protoFile)

قراءة TestRecord من ملف وإرجاعه

static TestRecordProto.TestRecord readFromFile(File protoFile, boolean readDelimited)

قراءة TestRecord من ملف وإرجاعه

شركة إنشاءات عامة

TestRecordProtoUtil

public TestRecordProtoUtil ()

الطرق العامة

القراءة من الملف

public static TestRecordProto.TestRecord readFromFile (File protoFile)

قراءة TestRecord من ملف وإرجاعه

المعلمات
protoFile File: ERROR(/File) الذي يحتوي على السجلّ

المرتجعات
TestRecordProto.TestRecord TestRecord تم إنشاؤه من الملف.

الرميات
غير صالح ProtocolBufferException

القراءة من الملف

public static TestRecordProto.TestRecord readFromFile (File protoFile, 
                boolean readDelimited)

قراءة TestRecord من ملف وإرجاعه

المعلمات
protoFile File: ERROR(/File) الذي يحتوي على السجلّ

readDelimited boolean: True إذا كان ملف Proto بتنسيق محدد. خطأ إذا كان الملف تلقائيًا .

المرتجعات
TestRecordProto.TestRecord

الرميات
غير صالح ProtocolBufferException