Envoyer des commentaires
public class SnapshotInputStreamSource
extends Object
implements InputStreamSource
java.lang.Object ↳ com.android.tradefed.result.SnapshotInputStreamSource
Un InputStreamSource basé sur un fichier. Crée un instantané du contenu original d' ERROR(/InputStream)
pour s'assurer que createInputStream()
renverra des ERROR(/InputStream)
se comportant de la même manière que nécessaire.
Résumé Constructeurs publics
public SnapshotInputStreamSource (String name,
InputStream stream) Constructeur pour un InputStreamSource
sur un fichier
Paramètres name
String
stream
InputStream
Méthodes publiques Fermer
public void close ()
public InputStream createInputStream ()
Taille
public long size ()
Envoyer des commentaires
Content and code samples on this page are subject to the licenses described in the Content License . Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2020-09-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Il n'y a pas l'information dont j'ai besoin"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Trop compliqué/Trop d'étapes"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Obsolète"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problème de traduction"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Mauvais exemple/Erreur de code"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Autre"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Facile à comprendre"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"J'ai pu résoudre mon problème"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Autre"
}]
Voulez-vous nous donner plus d'informations ?