C# Class CriPakTools.UTF

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

public List columns
return List

rows public property

public List rows
return List