C# Class Alexandria.Engines.Creation.RecordHeader

Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Properties

Property Type Description
Flags RecordFlags
Id FormId
Revision uint
Size uint
StartOffset long
Type string
Unknown ushort
Version ushort

Public Methods

Method Description
OpenReader ( BinaryReader reader ) : RecordReader
RecordHeader ( BinaryReader reader ) : System
RequireType ( string type ) : void
ToString ( ) : string
UnknownRecordException ( ) : Exception

Method Details

OpenReader() public method

public OpenReader ( BinaryReader reader ) : RecordReader
reader System.IO.BinaryReader
return RecordReader

RecordHeader() public method

public RecordHeader ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

RequireType() public method

public RequireType ( string type ) : void
type string
return void

ToString() public method

public ToString ( ) : string
return string

UnknownRecordException() public method

public UnknownRecordException ( ) : Exception
return System.Exception

Property Details

Flags public property

public RecordFlags Flags
return RecordFlags

Id public property

public FormId Id
return FormId

Revision public property

public uint Revision
return uint

Size public property

Size of the data in bytes.
public uint Size
return uint

StartOffset public property

public long StartOffset
return long

Type public property

Type of the record.
public string Type
return string

Unknown public property

public ushort Unknown
return ushort

Version public property

public ushort Version
return ushort