Searched refs:inputStreamToString (Results 1 – 4 of 4) sorted by relevance
44 public void inputStreamToString() throws Exception { in inputStreamToString() method in StreamUtilsTest47 String resultString = StreamUtils.inputStreamToString(in); in inputStreamToString()54 assertThrows(IOException.class, () -> StreamUtils.inputStreamToString(null)); in inputStreamToString_nullInputStream_shouldThrowException()62 assertThrows(IOException.class, () -> StreamUtils.inputStreamToString(in)); in inputStreamToString_readThrowsIOException_shouldThrowException()
61 JSONObject metadataMapping = new JSONObject(inputStreamToString(in)); in readDTCsFromJson()82 JSONObject metadataMapping = new JSONObject(inputStreamToString(in)); in readECUsFromJson()164 JSONObject metadataMapping = new JSONObject(inputStreamToString(in)); in readSensorsFromJson()183 private static String inputStreamToString(InputStream in) throws IOException { in inputStreamToString() method in JsonMetadataReader
36 public static String inputStreamToString(@Nullable InputStream inputStream) throws IOException { in inputStreamToString() method in StreamUtils54 return inputStreamToString(inputStream); in inputStreamToStringSafe()
135 private static String inputStreamToString(InputStream in) throws IOException { in inputStreamToString() method in VendorCameraPrefs181 JSONObject physicalCameraMapping = new JSONObject(inputStreamToString(in)); in createLogicalToPhysicalMap()224 JSONObject physicalCameraMapping = new JSONObject(inputStreamToString(in)); in getZoomRatioRangeInfo()