FreeRealmsLocaleTools FreeRealmsLocaleTools
FreeRealmsLocaleTools FreeRealmsLocaleTools
DocFX + Singulink = ♥

Search Results for

    Class LocaleReader

    Represents a reader that can read locale entries from a Free Realms .dat file.

    Inheritance
    object
    LocaleReader
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.