dict.cc dictionary

DictEntryRef Members

DictEntryRef overview

Public Static (Shared) Fields

DICT_ENCODINGEncoding for the dictionary file, Windows 1252

Private Static Constructor

DictEntryRef Constructor Initializes the static fields of the DictEntryRef class.

Public Instance Constructors

DictEntryRef Constructor Initializes the entry for the given positions

Public Instance Properties

begThe position of the begin of the entry
lenThe length of the entry in bytes

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
readReads entry from the dictionary file
ToStringString representation of the object

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Private Instance Fields

m_begThe position of the begin of the entry
m_lenThe length of the entry in bytes

See Also

DictEntryRef Class | dict Namespace