- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getExistingHandle (0.12 seconds)
-
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 createCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:49:49 GMT 2025 - 13K bytes - Click Count (0)