- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setCapacity (0.05 seconds)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
response = new Trans2QueryFSInformationResponse(level); send(new Trans2QueryFSInformation(level), response); size = response.info.getCapacity(); } else if (getUncPath0().length() > 1 && type != TYPE_NAMED_PIPE) { final Info info = queryPath(getUncPath0(), Trans2QueryPathInformationResponse.SMB_QUERY_FILE_STANDARD_INFO);Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
} try (SmbTreeHandleImpl th = ensureTreeConnected()) { final int t = getType(); if (t == TYPE_SHARE) { this.size = fetchAllocationInfo(th).getCapacity(); } else if (!this.fileLocator.isRoot() && t != TYPE_NAMED_PIPE) { queryPath(th, this.fileLocator.getUNCPath(), FileInformation.FILE_STANDARD_INFO); } else {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0)