- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getExistingHandle (1.98 sec)
-
src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java
} } /** * Get existing handle data for reconnection * @param path the file path * @return the file ID if available, null otherwise */ public byte[] getExistingHandle(String path) { HandleInfo info = getHandleForReconnect(path); return info != null ? info.getFileId() : null; } /** * Store handle information after successful create
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13K bytes - Viewed (0)