- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setCapacity (0.04 sec)
-
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
public boolean containsValue(Object); public Object get(Object); public java.util.Map$Entry getEntry(Object); public Object put(Object, Object); public void putAll(java.util.Map); public Object remove(Object); public void clear(); public void setCapacity(int); public Object clone(); public boolean equals(Object); public int hashCode(); public String toString(); public java.util.Collection values(); public java.util.Set entrySet(); public java.util.Set keySet(); protected void sizeChanged(); private...
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 164.6K bytes - Viewed (0) -
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);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (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 {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)