Class LocaleReader
Represents a reader that can read locale entries from a Free Realms .dat file.
Implements
Inherited Members
Namespace: FreeRealmsLocaleTools.LocaleParser
Assembly: FreeRealmsLocaleTools.dll
Syntax
public class LocaleReader : IDisposable
Constructors
| Name | Description |
|---|---|
| LocaleReader(string) | Initializes a new instance of the LocaleReader class for the specified locale .dat file. |
Properties
| Name | Description |
|---|---|
| HasEntry | Returns true if the reader can read a locale entry; otherwise false. |
| Preamble | Gets the preamble bytes at the beginning of the file. |
Methods
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| ReadEntry() | Reads the next locale entry from the file. |
| ReadToEnd() | Reads all locale entries from the current position to the end of the file. |