- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for readDecimalLong (0.06 seconds)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
.toString() .encodeUtf8() .md5() .hex() @Throws(IOException::class) internal fun readInt(source: BufferedSource): Int { try { val result = source.readDecimalLong() val line = source.readUtf8LineStrict() if (result < 0L || result > Integer.MAX_VALUE || line.isNotEmpty()) { throw IOException("expected an int but was \"$result$line\"") }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 26.9K bytes - Click Count (0)