public abstract class IndexFile extends Object
Modifier and Type | Field and Description |
---|---|
protected FileIO |
fileIO |
protected PathFactory |
pathFactory |
Constructor and Description |
---|
IndexFile(FileIO fileIO,
PathFactory pathFactory) |
Modifier and Type | Method and Description |
---|---|
void |
delete(String fileName) |
boolean |
exists(String fileName) |
long |
fileSize(String fileName) |
protected final FileIO fileIO
protected final PathFactory pathFactory
public IndexFile(FileIO fileIO, PathFactory pathFactory)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.