- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for doCloseInternal (0.05 sec)
-
src/main/java/jcifs/smb/DirFileEntryEnumIteratorBase.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIterator2.java
} /** * Performs internal closing operations for SMB2 enumeration. * * @throws CIFSException if an error occurs during closing */ @Override protected void doCloseInternal() throws CIFSException { try { @SuppressWarnings("resource") final SmbTreeHandleImpl th = getTreeHandle(); if (this.fileId != null && th.isConnected()) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIterator1.java
*/ @Override protected boolean isDone() { return this.response.isEndOfSearch(); } /** * @throws CIFSException */ @Override protected void doCloseInternal() throws CIFSException { try { @SuppressWarnings("resource") final SmbTreeHandleImpl th = getTreeHandle(); if (this.response != null) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.1K bytes - Viewed (0)