- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for fileThreshold (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/io/FileBackedOutputStream.java
* {@link ByteSource} returned by {@link #asByteSource} is garbage collected. * * @param fileThreshold the number of bytes before the stream should switch to buffering to a file * @throws IllegalArgumentException if {@code fileThreshold} is negative */ public FileBackedOutputStream(int fileThreshold) { this(fileThreshold, false); } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 17:30:49 GMT 2026 - 12.4K bytes - Click Count (0)