パッケージ jcifs
インタフェース SmbTree
-
- すべてのスーパーインタフェース:
AutoCloseable
- 既知のサブインタフェースのリスト:
SmbTreeInternal
public interface SmbTree extends AutoCloseable
Opaque reference to a SMB tree- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidclose()<T extends SmbTree>
Tunwrap(Class<T> type)
-
-
-
メソッドの詳細
-
unwrap
<T extends SmbTree> T unwrap(Class<T> type)
- パラメータ:
type-- 戻り値:
- tree instance with the given type
-
close
void close()
- 定義:
closeインタフェース内AutoCloseable- 関連項目:
AutoCloseable.close()
-
-