C# Class HyoutaTools.Gust.ebm.ebm

Datei anzeigen Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
EntryList List

Public Methods

Method Description
ebm ( Stream stream, bool isUtf8 = false ) : System
ebm ( String filename, bool isUtf8 = false ) : System

Private Methods

Method Description
LoadFile ( Stream stream, bool isUtf8 = false ) : bool

Method Details

ebm() public method

public ebm ( Stream stream, bool isUtf8 = false ) : System
stream Stream
isUtf8 bool
return System

ebm() public method

public ebm ( String filename, bool isUtf8 = false ) : System
filename String
isUtf8 bool
return System

Property Details

EntryList public_oe property

public List EntryList
return List