- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCreateAction (0.08 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndXResponse.java
} /** * @return the fid */ public final int getFid () { return this.fid; } /** * @return the createAction */ public final int getCreateAction () { return this.createAction; } /** * @return the extFileAttributes */ public final int getExtFileAttributes () { return this.extFileAttributes; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
/** * @return the flags */ public final byte getOpenFlags () { return this.openFlags; } /** * @return the createAction */ public final int getCreateAction () { return this.createAction; } /** * @return the creationTime */ public final long getCreationTime () { return this.creationTime; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.6K bytes - Viewed (0)