TestRecordProtoUtil
public
class
TestRecordProtoUtil
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.proto.TestRecordProtoUtil
|
Utilitaire permettant de lire le fichier .proto TestRecord
à partir d'un fichier.
Résumé
Méthodes publiques |
static
TestRecordProto.TestRecord
|
readFromFile(File protoFile)
Lisez TestRecord à partir d'un fichier et renvoyez-le.
|
static
TestRecordProto.TestRecord
|
readFromFile(File protoFile, boolean readDelimited)
Lisez TestRecord à partir d'un fichier et renvoyez-le.
|
Constructeurs publics
TestRecordProtoUtil
public TestRecordProtoUtil ()
Méthodes publiques
readFromFile
public static TestRecordProto.TestRecord readFromFile (File protoFile)
Lisez TestRecord
à partir d'un fichier et renvoyez-le.
Paramètres |
protoFile |
File : ERROR(/File) contenant l'enregistrement |
Renvoie |
TestRecordProto.TestRecord |
un TestRecord créé à partir du fichier ; |
Génère |
|
InvalidProtocolBufferException |
readFromFile
public static TestRecordProto.TestRecord readFromFile (File protoFile,
boolean readDelimited)
Lisez TestRecord
à partir d'un fichier et renvoyez-le.
Paramètres |
protoFile |
File : ERROR(/File) contenant l'enregistrement |
readDelimited |
boolean : "true" si le fichier proto est au format délimité. "False" s'il s'agit du fichier par défaut
. |
Renvoie |
TestRecordProto.TestRecord |
|
Génère |
|
InvalidProtocolBufferException |