- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for len (0.01 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
cur.setReadSize(rl); int len = cur.decode(buffer, 0); if (len > rl) { throw new IOException(String.format("WHAT? ( read %d decoded %d ): %s", rl, len, cur)); } if (nextCommand != 0 && len > nextCommand) { throw new IOException("Overlapping commands"); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0)