- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for algunes (2.23 sec)
-
src/test/java/jcifs/internal/smb2/RequestWithFileIdTest.java
@DisplayName("Should handle file ID with special patterns") void testSpecialFileIdPatterns() { // Test various special patterns byte[] allZeros = new byte[16]; byte[] allOnes = new byte[16]; Arrays.fill(allOnes, (byte) 0xFF); byte[] alternating = new byte[16]; for (int i = 0; i < alternating.length; i++) { alternating[i] = (byte) (i % 2 == 0 ? 0xAA : 0x55); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.9K bytes - Viewed (0)