Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readSingleByteInt (0.16 sec)

  1. okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt

            ":scheme", "https",
            ":path", "/index.html",
            ":authority", "www.example.com",
            "custom-key", "custom-value",
          ),
        )
      }
    
      @Test
      fun readSingleByteInt() {
        assertThat(newReader(byteStream()).readInt(10, 31)).isEqualTo(10)
        assertThat(newReader(byteStream()).readInt(0xe0 or 10, 31)).isEqualTo(10)
      }
    
      @Test
      fun readMultibyteInt() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 38.2K bytes
    - Viewed (0)
Back to top