- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for otherLastModified (0.05 sec)
-
src/main/java/jcifs/internal/smb2/lease/DirectoryCacheEntry.java
* @param otherSize size to compare * @param otherLastModified last modified time to compare * @param otherAttributes attributes to compare * @return true if attributes match */ public boolean matches(long otherSize, long otherLastModified, long otherAttributes) { return size == otherSize && lastModified == otherLastModified && attributes == otherAttributes; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 11.4K bytes - Viewed (0)