- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_available_delegatesToUnderlying (3.38 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/IgnoreCloseInputStreamTest.java
int bytesRead = stream.read(buffer, 2, 5); assertEquals(5, bytesRead); assertEquals("01234", new String(buffer, 2, 5)); } public void test_available_delegatesToUnderlying() throws IOException { // Test that available() delegates to underlying stream byte[] data = "Test data".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)