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
IOException
long fileLength(String fileName) throws IOException
IOException
void close() throws IOException
IOException
long fileModified(String fileName) throws IOException
IOException
org.apache.lucene.store.IndexInput openInput(String fileName) throws IOException
IOException
boolean fileExists(String fileName) throws IOException
IOException
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.