- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Aring (0.05 sec)
-
src/main/java/jcifs/SmbResource.java
*/ void setReadOnly() throws CIFSException; /** * Set the attributes of this file. Attributes are composed into a * bitset by bitwise ORing the <code>ATTR_*</code> constants. Setting the * value returned by <code>getAttributes</code> will result in both files * having the same attributes. * * @param attrs * attribute flagsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
} exists(); return attributes & ATTR_GET_MASK; } /** * Set the attributes of this file. Attributes are composed into a * bitset by bitwise ORing the {@code ATTR_*} constants. Setting the * value returned by {@code getAttributes} will result in both files * having the same attributes. * @param attrs the attributes to setRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)