TestRecordProtoUtil
public
class
TestRecordProtoUtil
extends Object
Java.lang.Nesne
|
🎃 |
com.android.tradefed.util.proto.TestRecordProtoUtil
|
TestRecord
protosunu dosyadan okuma yardımcı programı.
Özet
Herkese açık yöntemler |
static
TestRecordProto.TestRecord
|
readFromFile(File protoFile)
TestRecord dosyasını bir dosyadan okuyup geri verin.
|
static
TestRecordProto.TestRecord
|
readFromFile(File protoFile, boolean readDelimited)
TestRecord dosyasını bir dosyadan okuyup geri verin.
|
Kamu inşaatçıları
TestRecordProtoUtil
public TestRecordProtoUtil ()
Herkese açık yöntemler
ReadFromFile
public static TestRecordProto.TestRecord readFromFile (File protoFile)
TestRecord
dosyasını bir dosyadan okuyup geri verin.
İlerlemeler |
TestRecordProto.TestRecord |
dosyadan bir TestRecord oluşturuldu. |
Fırlatma |
|
InvalidProtocolBufferException |
ReadFromFile
public static TestRecordProto.TestRecord readFromFile (File protoFile,
boolean readDelimited)
TestRecord
dosyasını bir dosyadan okuyup geri verin.
Parametreler |
protoFile |
File : Kaydı içeren ERROR(/File) |
readDelimited |
boolean : Proto dosyası ayrılmış biçimdeyse doğru değerini döndürür. Dosya varsayılansa False (yanlış)
biçimindedir. |
İlerlemeler |
TestRecordProto.TestRecord |
|
Fırlatma |
|
InvalidProtocolBufferException |