Open Rails

SBR Class

[This is preliminary documentation and subject to change.]

Structured Block Reader can read compressed binary or uncompressed unicode files. Its intended to replace the KujuBinary classes ( which are binary only ). Every block must be closed with either Skip() or VerifyEndOfBlock()

For a list of all members of this type, see SBR Members .

System.Object
   SBR
      BinaryBlockReader
      UnicodeBlockReader

public abstract class SBR : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Orts.Parsers.Msts

Assembly: Orts.Parsers.Msts (in Orts.Parsers.Msts.dll)

See Also

SBR Members | Orts.Parsers.Msts Namespace