パッケージ jcifs
インタフェース SmbFileHandle
-
- すべてのスーパーインタフェース:
AutoCloseable
public interface SmbFileHandle extends AutoCloseable
Handle to an open file- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidclose()voidclose(long lastWriteTime)longgetInitialSize()SmbTreeHandlegetTree()booleanisValid()voidrelease()
-
-
-
メソッドの詳細
-
getTree
SmbTreeHandle getTree()
- 戻り値:
- the tree
-
isValid
boolean isValid()
- 戻り値:
- whether the file descriptor is valid
-
close
void close(long lastWriteTime) throws CIFSException- パラメータ:
lastWriteTime-- 例外:
CIFSException
-
close
void close() throws CIFSException- 定義:
closeインタフェース内AutoCloseable- 例外:
CIFSException- 関連項目:
AutoCloseable.close()
-
release
void release() throws CIFSException- 例外:
CIFSException
-
getInitialSize
long getInitialSize()
- 戻り値:
- the file size when it was opened
-
-