- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetDataInMemory (0.07 seconds)
-
src/test/java/org/codelibs/curl/io/ContentOutputStreamTest.java
assertFalse(cos.isInMemory()); File file = cos.getFile(); assertTrue(file.exists()); cos.close(); } @Test public void testGetDataInMemory() throws IOException { // getData() should return the written data when in memory ContentOutputStream cos = new ContentOutputStream(10, Curl.tmpDir); byte[] data = new byte[] { 0, 1, 2, 3, 4 };
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 12:00:34 GMT 2026 - 11.7K bytes - Click Count (0)