C# Class CriPakTools.UTF

显示文件 Open project: xmoeproject/X-moe Class Usage Examples

Public Properties

Property Type Description
columns List
rows List

Public Methods

Method Description
ReadUTF ( System.IO.EndianReader br ) : bool
UTF ( Tools tool ) : System

Method Details

ReadUTF() public method

public ReadUTF ( System.IO.EndianReader br ) : bool
br System.IO.EndianReader
return bool

UTF() public method

public UTF ( Tools tool ) : System
tool Tools
return System

Property Details

columns public_oe property

public List columns
return List

rows public_oe property

public List rows
return List