java.lang.Object
org.hsqldb.lib.FileAccessRes
- All Implemented Interfaces:
FileAccess
- Since:
- 1.8.0
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hsqldb.lib.FileAccess
FileAccess.FileSync
-
Field Summary
Fields inherited from interface org.hsqldb.lib.FileAccess
ELEMENT_READ, ELEMENT_READWRITE, ELEMENT_SEEKABLEREAD, ELEMENT_TRUNCATE, ELEMENT_WRITE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createParentDirs
(String filename) boolean
isStreamElement
(String fileName) openInputStreamElement
(String fileName) openOutputStreamElement
(String streamName) openOutputStreamElementAppend
(String streamName) boolean
removeElement
(String filename) boolean
renameElement
(String oldName, String newName) boolean
renameElementOrCopy
(String oldName, String newName, EventLogInterface logger)
-
Constructor Details
-
FileAccessRes
public FileAccessRes()
-
-
Method Details
-
isStreamElement
- Specified by:
isStreamElement
in interfaceFileAccess
-
openInputStreamElement
- Specified by:
openInputStreamElement
in interfaceFileAccess
- Throws:
IOException
-
createParentDirs
- Specified by:
createParentDirs
in interfaceFileAccess
-
removeElement
- Specified by:
removeElement
in interfaceFileAccess
-
renameElement
- Specified by:
renameElement
in interfaceFileAccess
-
renameElementOrCopy
- Specified by:
renameElementOrCopy
in interfaceFileAccess
-
openOutputStreamElement
- Specified by:
openOutputStreamElement
in interfaceFileAccess
- Throws:
IOException
-
openOutputStreamElementAppend
- Specified by:
openOutputStreamElementAppend
in interfaceFileAccess
- Throws:
IOException
-
getFileSync
- Specified by:
getFileSync
in interfaceFileAccess
- Throws:
IOException
-