- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isInMemory (0.04 seconds)
-
src/main/java/org/codelibs/curl/io/ContentOutputStream.java
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Thu Nov 20 13:34:13 GMT 2025 - 3.9K bytes - Click Count (0) -
src/main/java/org/codelibs/curl/io/ContentCache.java
this.file = file; } /** * Returns whether the content is cached in memory. * * @return true if the content is in memory, false if it is in a file */ public boolean isInMemory() { return data != null; } /** * Returns the content as a byte array. * If the content is cached in memory, a clone of the data is returned.Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 4.8K bytes - Click Count (0)