public class HashIndexFile extends IndexFile
Modifier and Type | Field and Description |
---|---|
static String |
HASH_INDEX |
fileIO, pathFactory
Constructor and Description |
---|
HashIndexFile(FileIO fileIO,
PathFactory pathFactory) |
Modifier and Type | Method and Description |
---|---|
Path |
path(String fileName) |
IntIterator |
read(String fileName) |
String |
write(IntIterator input) |
public static final String HASH_INDEX
public HashIndexFile(FileIO fileIO, PathFactory pathFactory)
public IntIterator read(String fileName) throws IOException
IOException
public String write(IntIterator input) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.