- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testReadDataWireFormatWithOffset (0.54 sec)
-
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationResponseTest.java
assertTrue(bytesRead > 0); assertNotNull(response.getInfo()); } @Test @DisplayName("Test readDataWireFormat with offset") void testReadDataWireFormatWithOffset() throws SMBProtocolDecodingException { response = new Trans2QueryPathInformationResponse(mockConfig, FileInformation.FILE_BASIC_INFO); byte[] buffer = new byte[200]; int offset = 50;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralResponseTest.java
assertNotNull(response.getDfsResponse()); } @Test @DisplayName("Should handle readDataWireFormat with offset") void testReadDataWireFormatWithOffset() { byte[] fullBuffer = new byte[200]; byte[] dfsData = createValidDfsReferralBuffer(); int offset = 50;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0)