Searched refs:checkInput (Results 1 – 1 of 1) sorted by relevance
35 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Checksum() local36 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32()); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Checksum()39 checkInput.close(); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Checksum()57 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_getChecksum() local58 CheckedInputStream checkIn = new CheckedInputStream(checkInput, new CRC32()); in test_getChecksum()65 checkInput.close(); in test_getChecksum()67 checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_getChecksum()68 CheckedInputStream checkIn2 = new CheckedInputStream(checkInput, new CRC32()); in test_getChecksum()74 checkInput.close(); in test_getChecksum()82 InputStream checkInput = Support_Resources.getStream("hyts_checkInput.txt"); in test_skipJ() local[all …]