A D L

A

ajouteMot(String) - Static method in class Dictionnaire
adds a word to the dictionary.

D

Dictionnaire - Class in <Unnamed>
Class used for the decoding process.
Dictionnaire() - Constructor for class Dictionnaire
The constructor used for creating the dictionary initially.

L

lireEntier(FileInputStream, int) - Static method in class Dictionnaire
This method is used during decoding for reading a sequence of 0 and 1's in a FileInputStream.

A D L