- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getFileType (0.07 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
*/ @Override public int getAttributes () { return getFileAttributes(); } /** * @return the fileType */ public final int getFileType () { return this.fileType; } /** * @return the deviceState */ public final int getDeviceState () { return this.deviceState; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndXResponse.java
* * @param config */ public SmbComNTCreateAndXResponse ( Configuration config ) { super(config); } /** * @return the fileType */ public final int getFileType () { return this.fileType; } /** * @return the isExtended */ public final boolean isExtended () { return this.isExtended; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.4K bytes - Viewed (0)