Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isOneShot (0.3 sec)

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

            @Throws(IOException::class)
            override fun writeTo(sink: BufferedSink) {
              GzipSink(sink).buffer().use(this@gzip::writeTo)
            }
    
            override fun isOneShot(): Boolean {
              return this@gzip.isOneShot()
            }
          }
        }
      }
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Thu Jan 25 14:41:37 GMT 2024
    - 9.6K bytes
    - Viewed (0)
Back to top