- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_skip_delegatesToUnderlying (0.65 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/IgnoreCloseInputStreamTest.java
assertEquals(9, stream.available()); stream.read(); assertEquals(8, stream.available()); } public void test_skip_delegatesToUnderlying() throws IOException { // Test that skip() delegates to underlying stream byte[] data = "0123456789".getBytes(); InputStream underlyingStream = new ByteArrayInputStream(data);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 22 13:28:22 UTC 2025 - 6.6K bytes - Viewed (0)