- Sort Score
- Result 10 results
- Languages All
Results 31 - 33 of 33 for srcIndex (0.05 sec)
-
src/test/java/jcifs/internal/smb1/AndXServerMessageBlockTest.java
return bytesWritten; } @Override protected int readParameterWordsWireFormat(byte[] src, int srcIndex) { paramWordsRead = 10; return paramWordsRead; } @Override protected int readBytesWireFormat(byte[] src, int srcIndex) { bytesRead = 20; return bytesRead; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java
return bytesWritten; } @Override protected int readParameterWordsWireFormat(byte[] src, int srcIndex) { paramWordsRead = 10; return paramWordsRead; } @Override protected int readBytesWireFormat(byte[] src, int srcIndex) throws SMBProtocolDecodingException { bytesRead = 20; return bytesRead; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 36.2K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NameServicePacketTest.java
// For testing purposes, we can return a fixed length or mock behavior return 0; } @Override int readBodyWireFormat(byte[] src, int srcIndex) { // For testing purposes, we can return a fixed length or mock behavior return 0; } @Override int writeRDataWireFormat(byte[] dst, int dstIndex) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.9K bytes - Viewed (0)