- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for readJournalLine (0.06 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/DiskLruCache.kt
throw IOException( "unexpected journal header: [$magic, $version, $valueCountString, $blank]", ) } var lineCount = 0 while (true) { try { readJournalLine(readUtf8LineStrict()) lineCount++ } catch (_: EOFException) { break // End of journal. } } redundantOpCount = lineCount - lruEntries.size
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 28 23:28:25 UTC 2025 - 34.7K bytes - Viewed (0)