net.sf.eos.trie
Interface TrieLoader<K,V>
- All Known Implementing Classes:
- AbstractTrieLoader, XmlTrieLoader
public interface TrieLoader<K,V>
Implementations creates new tries.
- Author:
- Sascha Kohlmann
loadTrie
void loadTrie(InputStream trieData,
Trie<K,V> trie)
throws Exception
- Creates a <
Trie
from the InputStream
.
- Parameters:
trieData
- stream pointing to the trie structure data.trie
- the trie to fill with the trieData
- Throws:
Exception
- if the builder is unable to create the trie.
Copyright © 2008. All Rights Reserved.