- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getAllocationSize (0.34 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CloseResponse.java
public final long getChangeTime() { return this.changeTime; } /** * Get the file allocation size * * @return the allocationSize */ public final long getAllocationSize() { return this.allocationSize; } /** * Get the end of file position * * @return the endOfFile */ public final long getEndOfFile() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndXResponse.java
return this.lastWriteTime; } /** * Gets the allocation size. * * @return the allocationSize */ public final long getAllocationSize() { return this.allocationSize; } /** * Gets the end of file position. * * @return the endOfFile */ public final long getEndOfFile() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0)