Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for multipleOperatorsShareOneFile (0.17 sec)

  1. okhttp/src/test/java/okhttp3/internal/cache2/FileOperatorTest.kt

              "god destroys dinosaurs. " +
              "god creates man. " +
              "man destroys god. " +
              "man creates dinosaurs. "
          ).encodeUtf8(),
        )
      }
    
      @Test
      fun multipleOperatorsShareOneFile() {
        val operatorA =
          FileOperator(
            randomAccessFile!!.getChannel(),
          )
        val operatorB =
          FileOperator(
            randomAccessFile!!.getChannel(),
          )
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top