|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameEncoder
An interface for encoding the names of entries in a dictionary.
| Method Summary | |
|---|---|
void |
encodeName(java.lang.Object prev,
java.lang.Object curr,
WriteableBuffer b)
Encodes the name of an entry, given the name of the previous entry in the dictionary. |
| Method Detail |
|---|
void encodeName(java.lang.Object prev,
java.lang.Object curr,
WriteableBuffer b)
prev - The name of the previous entry in the dictionary.curr - The name of the entry to encode.b - The buffer onto which the name of the term should be
encoded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||