- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFlushInMemory (0.05 sec)
-
src/test/java/org/codelibs/curl/io/ContentOutputStreamTest.java
byte[] result = cos.getData(); assertNotNull(result); assertArrayEquals(data, result); cos.close(); } @Test public void testFlushInMemory() throws IOException { // flush() should work with in-memory data ContentOutputStream cos = new ContentOutputStream(10, Curl.tmpDir); cos.write(new byte[] { 0, 1, 2 }); cos.flush();
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Wed Nov 12 14:01:04 UTC 2025 - 9.9K bytes - Viewed (0)