C# Class bffnt_tool.FFNT.FFNTHeader

Show 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 property

public UInt16,System Endianness
return System.UInt16

FileSize public property

public UInt32,System FileSize
return System.UInt32

HeaderSize public property

public UInt16,System HeaderSize
return System.UInt16

NrBlocks public property

public UInt32,System NrBlocks
return System.UInt32

Signature public property

public String Signature
return String

Version public property

public UInt32,System Version
return System.UInt32