C# 클래스 bffnt_tool.FFNT.FFNTHeader

파일 보기 프로젝트 열기: wmltogether/ZLD-TWW-HD-Chinese-Localization-Project

공개 프로퍼티들

프로퍼티 타입 설명
Endianness System.UInt16
FileSize System.UInt32
HeaderSize System.UInt16
NrBlocks System.UInt32
Signature String
Version System.UInt32

공개 메소드들

메소드 설명
FFNTHeader ( EndianBinaryReader er ) : System

메소드 상세

FFNTHeader() 공개 메소드

public FFNTHeader ( EndianBinaryReader er ) : System
er EndianBinaryReader
리턴 System

프로퍼티 상세

Endianness 공개적으로 프로퍼티

public UInt16,System Endianness
리턴 System.UInt16

FileSize 공개적으로 프로퍼티

public UInt32,System FileSize
리턴 System.UInt32

HeaderSize 공개적으로 프로퍼티

public UInt16,System HeaderSize
리턴 System.UInt16

NrBlocks 공개적으로 프로퍼티

public UInt32,System NrBlocks
리턴 System.UInt32

Signature 공개적으로 프로퍼티

public String Signature
리턴 String

Version 공개적으로 프로퍼티

public UInt32,System Version
리턴 System.UInt32