C# Class bffnt_tool.FFNT.FFNTHeader

Mostra file Open project: wmltogether/ZLD-TWW-HD-Chinese-Localization-Project

Public Properties

Property Type Description
Endianness System.UInt16
FileSize System.UInt32
HeaderSize System.UInt16
NrBlocks System.UInt32
Signature String
Version System.UInt32

Public Methods

Method Description
FFNTHeader ( EndianBinaryReader er ) : System

Method Details

FFNTHeader() public method

public FFNTHeader ( EndianBinaryReader er ) : System
er EndianBinaryReader
return System

Property Details

Endianness public_oe property

public UInt16,System Endianness
return System.UInt16

FileSize public_oe property

public UInt32,System FileSize
return System.UInt32

HeaderSize public_oe property

public UInt16,System HeaderSize
return System.UInt16

NrBlocks public_oe property

public UInt32,System NrBlocks
return System.UInt32

Signature public_oe property

public String Signature
return String

Version public_oe property

public UInt32,System Version
return System.UInt32