- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 0x03 (0.01 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
* * @see java.io.File */ public class SmbFile extends URLConnection implements SmbConstants { static final int O_RDONLY = 0x01; static final int O_WRONLY = 0x02; static final int O_RDWR = 0x03; static final int O_APPEND = 0x04; // Open Function Encoding // create if the file does not exist static final int O_CREAT = 0x0010; // fail if the file exists
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/CallTest.kt
assertFailsWith<IllegalArgumentException> { Request.Builder().addHeader("a\tb", "c") }.also { expected -> assertThat(expected.message).isEqualTo("Unexpected char 0x09 at 1 in header name: a\tb") } } @Test fun responseHeaderNameWithSpacePermitted() { server.enqueue( MockResponse.Builder() .clearHeaders()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 142.5K bytes - Viewed (0)