public interface IFilelistenerReadTrx
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this transaction
|
boolean |
fileExists(String pRelativePath)
The returned array consists of all the relative paths there are in the storage.
|
int |
getCount() |
String[] |
getFilePaths()
The returned array consists of all the relative paths there are in the storage.
|
File |
getFullFile(String pRelativePath)
This method allows you to get a full file using the node key of the
header
|
boolean |
isClosed()
Check whether or not this transaction has been closed
|
String[] getFilePaths()
boolean fileExists(String pRelativePath)
int getCount()
File getFullFile(String pRelativePath) throws TTIOException, IOException
pKey
- TTIOException
IOException
void close() throws TTIOException
TTIOException
boolean isClosed()
Copyright © 2013. All Rights Reserved.