public class LookupTableWrapper extends Object
Constructor and Description |
---|
LookupTableWrapper(DictionaryMap dictionaryMap) |
Modifier and Type | Method and Description |
---|---|
Class<? extends DictionaryMap> |
dictionaryClass() |
StringColumn |
readFromStream(DataInputStream dis,
String name,
String dictionarySizeString,
int columnSize) |
void |
writeToStream(DataOutputStream dos)
Writes the contents of the dictionaryMap to a stream in saw file format
|
public LookupTableWrapper(DictionaryMap dictionaryMap)
public void writeToStream(DataOutputStream dos)
dos
- The stream to write onpublic Class<? extends DictionaryMap> dictionaryClass()
public StringColumn readFromStream(DataInputStream dis, String name, String dictionarySizeString, int columnSize)
Copyright © 2020. All rights reserved.