Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for qselect (0.35 sec)

  1. okhttp/src/main/kotlin/okhttp3/MultipartReader.kt

          }
    
          // Read either \r\n or --\r\n to determine if there is another part.
          var whitespace = false
          afterBoundaryLoop@while (true) {
            when (source.select(afterBoundaryOptions)) {
              0 -> {
                // "\r\n": We've found a new part.
                partCount++
                break@afterBoundaryLoop
              }
    
              1 -> {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 7.1K bytes
    - Viewed (0)
Back to top