C# Class HyoutaTools.Tales.Vesperia.TO8CHTX.ChatFile

Mostrar archivo Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
Header ChatFileHeader
Lines HyoutaTools.Tales.Vesperia.TO8CHTX.ChatFileLine[]

Public Methods

Method Description
ChatFile ( byte file, bool isUtf8 = false ) : System
ChatFile ( string filename, bool isUtf8 = false ) : System
GetSQL ( String ConnectionString ) : void
RecalculatePointers ( ) : void
Serialize ( ) : byte[]

Private Methods

Method Description
LoadFile ( byte TO8CHTX, bool isUtf8 ) : void

Method Details

ChatFile() public method

public ChatFile ( byte file, bool isUtf8 = false ) : System
file byte
isUtf8 bool
return System

ChatFile() public method

public ChatFile ( string filename, bool isUtf8 = false ) : System
filename string
isUtf8 bool
return System

GetSQL() public method

public GetSQL ( String ConnectionString ) : void
ConnectionString String
return void

RecalculatePointers() public method

public RecalculatePointers ( ) : void
return void

Serialize() public method

public Serialize ( ) : byte[]
return byte[]

Property Details

Header public_oe property

public ChatFileHeader,HyoutaTools.Tales.Vesperia.TO8CHTX Header
return ChatFileHeader

Lines public_oe property

public ChatFileLine[],HyoutaTools.Tales.Vesperia.TO8CHTX Lines
return HyoutaTools.Tales.Vesperia.TO8CHTX.ChatFileLine[]