- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for currentPartBytesRemaining (0.11 sec)
-
okhttp/src/main/kotlin/okhttp3/MultipartReader.kt
source.skip(dashDashBoundary.size.toLong()) } else { // This is a subsequent part or a preamble. Skip until "\r\n--" followed by the boundary. while (true) { val toSkip = currentPartBytesRemaining(maxResult = 8192) if (toSkip == 0L) break source.skip(toSkip) } source.skip(crlfDashDashBoundary.size.toLong()) }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 7.1K bytes - Viewed (0)