public interface SmbFileHandle extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
close(long lastWriteTime) |
long |
getInitialSize() |
SmbTreeHandle |
getTree() |
boolean |
isValid() |
void |
release() |
SmbTreeHandle getTree()
boolean isValid()
void close(long lastWriteTime)
throws CIFSException
lastWriteTime - CIFSExceptionvoid close()
throws CIFSException
close in interface AutoCloseableCIFSExceptionAutoCloseable.close()void release()
throws CIFSException
CIFSExceptionlong getInitialSize()
Copyright © 2021. All rights reserved.