C# Class Wxv.Swg.Common.Exporters.StringExporter

ファイルを表示 Open project: wverkley/Swg.Explorer

Public Methods

Method Description
Export ( string fileName ) : void
StringExporter ( StringFile stringFile ) : System
StringExporter ( byte data ) : System

Method Details

Export() public method

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

StringExporter() public method

public StringExporter ( StringFile stringFile ) : System
stringFile Wxv.Swg.Common.Files.StringFile
return System

StringExporter() public method

public StringExporter ( byte data ) : System
data byte
return System