public interface DictionarySectionPrivate extends DictionarySection
| Modifier and Type | Method and Description |
|---|---|
void |
load(InputStream input,
ProgressListener listener)
Load dictionary section from a stream.
|
void |
load(TempDictionarySection other,
ProgressListener listener)
Load entries from another dictionary section.
|
void |
save(OutputStream output,
ProgressListener listener)
Serialize dictionary section to a stream.
|
extract, getNumberOfElements, getSortedEntries, locate, sizevoid load(TempDictionarySection other, ProgressListener listener)
other - listener - void save(OutputStream output, ProgressListener listener) throws IOException
output - listener - IOExceptionvoid load(InputStream input, ProgressListener listener) throws IOException
input - listener - IOExceptionCopyright © 2018 DataWeb Research. All rights reserved.