dict.cc dictionary

DictParser.BUFLEN Field

Length of the buffer used for reading input file

[Visual Basic]
Private Const BUFLEN As Integer = 2048
[C#]
private const int BUFLEN = 2048;

See Also

DictParser Class | dict Namespace