public interface EntropicStringCodec extends StringCodec
StringCodec, defining methods for adding new
string encodings after construction.| Modifier and Type | Method and Description |
|---|---|
void |
add(String original)
This method adds another original string to the codec.
|
void |
addAll(Set<String> originals)
This method adds more original (unencoded) strings to the codec.
|
decode, encode, sizevoid add(String original)
original - an original (unencoded) stringNullPointerException - if the parameter is nullvoid addAll(Set<String> originals)
originals - an original (unencoded) stringNullPointerException - if the parameter is null, or any element
of the set is nullCopyright © 2014. All Rights Reserved.