- Sort Score
- Num 10 results
- Language All
Results 11 - 14 of 14 for largeBuffer (0.07 seconds)
-
src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkCopyTest.java
void testEncodeAtDifferentPositions(int position) { // Given byte[] largeBuffer = new byte[500]; SrvCopychunk chunk = new SrvCopychunk(12345, 67890, 99999); SrvCopychunkCopy copy = new SrvCopychunkCopy(sourceKey, chunk); // When int bytesWritten = copy.encode(largeBuffer, position); // Then
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 23.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/nego/NegotiateContextResponseTest.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 19.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/fscc/FileSystemInformationTest.java
void testLargeBufferDecoding() throws SMBProtocolDecodingException { byte[] largeBuffer = new byte[10000]; FileFsSizeInformation info = new FileFsSizeInformation(); long startTime = System.nanoTime(); info.decode(largeBuffer, 0, 24); long endTime = System.nanoTime(); // Should complete quickly (under 1ms)
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/nego/PreauthIntegrityNegotiateContextTest.java
byte[] largeBuffer = new byte[4096]; int encoded = originalContext.encode(largeBuffer, 0); assertEquals(4 + (2 * maxAlgos) + salt.length, encoded); PreauthIntegrityNegotiateContext decodedContext = new PreauthIntegrityNegotiateContext(); int decoded = decodedContext.decode(largeBuffer, 0, encoded); assertEquals(encoded, decoded);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 34K bytes - Click Count (0)