Searched defs:inputStream (Results 1 – 2 of 2) sorted by relevance
76 TestInputStream inputStream = new TestInputStream(new ByteArrayInputStream(bytes)); in testGetDistroVersion_closesStream() local92 TestInputStream inputStream = new TestInputStream(new ByteArrayInputStream(bytes)); in testExtractTo_closesStream() local111 TestInputStream inputStream = in testExtractZipSafely_goodZip() local144 TestInputStream inputStream = new TestInputStream( in doExtractZipFails() local
65 private final InputStream inputStream; field in TimeZoneDistro78 public TimeZoneDistro(InputStream inputStream) { in TimeZoneDistro()