- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getLeaseDuration (0.09 sec)
-
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakResponse.java
*/ public int getLeaseFlags() { return flags; } /** * Gets the lease duration from the break response * @return the lease duration */ public long getLeaseDuration() { return leaseDuration; } @Override protected int writeBytesWireFormat(byte[] dst, int dstIndex) { // This is a response, not a request, so this method is not used return 0;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 3.7K bytes - Viewed (0)