Searched refs:inputStream (Results 1 – 2 of 2) sorted by relevance
457 InputStream inputStream = in getLabInfraIssueDescription() local463 String templateDescription = IOUtils.toString(inputStream, StandardCharsets.UTF_8.name()); in getLabInfraIssueDescription()489 InputStream inputStream = in getCrashSecurityDescription() local495 String templateDescription = IOUtils.toString(inputStream, StandardCharsets.UTF_8.name()); in getCrashSecurityDescription()
156 static String readAssetsFileAsString(InputStream inputStream) throws IOException { in readAssetsFileAsString() argument157 Reader reader = new InputStreamReader(inputStream); in readAssetsFileAsString()