- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getChangeTime (0.12 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CloseResponse.java
*/ @Override public final long getLastWriteTime () { return this.lastWriteTime; } /** * @return the changeTime */ public final long getChangeTime () { return this.changeTime; } /** * @return the allocationSize */ public final long getAllocationSize () { return this.allocationSize; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
*/ @Override public final long getLastWriteTime () { return this.lastWriteTime; } /** * @return the changeTime */ public final long getChangeTime () { return this.changeTime; } /** * @return the allocationSize */ public final long getAllocationSize () { return this.allocationSize; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.6K bytes - Viewed (0)