- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GetFileType (0.08 sec)
-
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
*/ if ( this.getCommand() == SMB_COM_NT_CREATE_ANDX && ( (SmbComNTCreateAndXResponse) this ).isExtended() && ( (SmbComNTCreateAndXResponse) this ).getFileType() != 1 ) { this.wordCount += 8; } } bufferIndex = start + 1 + ( this.wordCount * 2 ); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Nov 28 10:56:27 UTC 2022 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
customizeCreate(req, resp); h.send(req, resp); info = resp; fileSize = resp.getEndOfFile(); this.fileLocator.updateType(resp.getFileType()); fh = new SmbFileHandleImpl(config, resp.getFid(), h, uncPath, flags, access, attrs, options, resp.getEndOfFile()); } else {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)