dict.cc dictionary

DictEntryRef.read Method 

Reads entry from the dictionary file

[Visual Basic]
Public Function read( _
   ByVal input As Stream, _
   ByVal aType As DictType _
) As String
[C#]
public string read(
   Stream input,
   DictType aType
);

Parameters

input
The stream from which to read
aType
The dictionary type

Return Value

The dictionary entry converted from dict encoding to string

Remarks

Positions the string at the position of the beginning of the dictionary entry m_beg and reads m_len bytes from it.

See Also

DictEntryRef Class | dict Namespace