- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for CONTEXT3 (0.07 seconds)
-
src/test/java/jcifs/internal/smb2/lease/DirectoryLeaseContextTest.java
flags2); // Test with notifications disabled DirectoryLeaseContext context3 = new DirectoryLeaseContext(key, 0, DirectoryCacheScope.RECURSIVE_TREE); context3.setNotificationEnabled(false); byte[] buffer3 = new byte[context3.size()]; context3.encode(buffer3, 0); int flags3 = SMBUtil.readInt4(buffer3, 68);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 01:47:47 GMT 2025 - 10.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextResponseTest.java
contexts[1] = new TestCreateContextResponse("CONTEXT2".getBytes(StandardCharsets.UTF_8)); contexts[2] = new TestCreateContextResponse("CONTEXT3".getBytes(StandardCharsets.UTF_8)); // Decode each context for (int i = 0; i < contexts.length; i++) { contexts[i].decode(buffer, i * 100, 50); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 16.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextRequestTest.java
contexts[1] = new TestCreateContextRequest("CONTEXT2".getBytes(StandardCharsets.UTF_8)); contexts[2] = new TestCreateContextRequest("CONTEXT3".getBytes(StandardCharsets.UTF_8)); // Encode all contexts byte[] buffer = new byte[512]; int offset = 0; for (CreateContextRequest context : contexts) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 24.9K bytes - Click Count (0)