C# Class PiaNO.PiaFile

Inheritance: PiaNode
显示文件 Open project: phusband/PiaNO Class Usage Examples

Public Methods

Method Description
Read ( ) : void
Read ( string fileName ) : void
ToString ( ) : string
Write ( ) : void
Write ( string fileName ) : void

Protected Methods

Method Description
PiaFile ( ) : System
PiaFile ( string filePath ) : System

Method Details

PiaFile() protected method

protected PiaFile ( ) : System
return System

PiaFile() protected method

protected PiaFile ( string filePath ) : System
filePath string
return System

Read() public method

public Read ( ) : void
return void

Read() public method

public Read ( string fileName ) : void
fileName string
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( ) : void
return void

Write() public method

public Write ( string fileName ) : void
fileName string
return void