- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for optimizedLargeRead (0.09 seconds)
-
docs/smb3-features/03-multi-channel-design.md
throw new RuntimeException("Failed to create transport", e); } }); } ``` ### 5.3 Read/Write Operations with Multi-Channel ```java // In SmbFile.java public void optimizedLargeRead(byte[] buffer, long offset, int length) throws IOException { if (!session.isMultiChannelEnabled() || length < 1048576) { // 1MB threshold // Use single channel for small reads
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0)