dict.cc dictionary

DictParser.read Method 

Extracts indexes from the given stream

[Visual Basic]
Public Sub read( _
   ByVal input As Stream _
)
[C#]
public void read(
   Stream input
);

Parameters

input
the stream to read the dictionary file from

Remarks

Format of the dictionary file as in dict.cc.

See Also

DictParser Class | dict Namespace