public interface InternalDirectoryContract
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
fileExists(String fileName) |
long |
fileLength(String fileName) |
long |
fileModified(String fileName) |
String[] |
listAll() |
org.apache.lucene.store.IndexInput |
openInput(String fileName) |
String[] listAll() throws IOException
IOExceptionlong fileLength(String fileName) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionlong fileModified(String fileName) throws IOException
IOExceptionorg.apache.lucene.store.IndexInput openInput(String fileName) throws IOException
IOExceptionboolean fileExists(String fileName) throws IOException
IOExceptionCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.