- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_readBytes_delegatesToUnderlying (0.48 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/IgnoreCloseInputStreamTest.java
assertEquals('A', stream.read()); assertEquals('B', stream.read()); assertEquals('C', stream.read()); assertEquals(-1, stream.read()); // EOF } public void test_readBytes_delegatesToUnderlying() throws IOException { // Test that read(byte[]) delegates to underlying stream byte[] data = "Hello World".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)