C# Class SwfDotNet.IO.SwcReader

SwcReader
Show file Open project: bladecoding/SwfExport

Public Methods

Method Description
ReadSwc ( ) : Swc

Reads the SWC.

SwcReader ( Stream stream ) : System

Creates a new SwcReader instance.

SwcReader ( string fileName ) : System

Creates a new SwcReader instance.

Method Details

ReadSwc() public method

Reads the SWC.
public ReadSwc ( ) : Swc
return Swc

SwcReader() public method

Creates a new SwcReader instance.
public SwcReader ( Stream stream ) : System
stream Stream Stream.
return System

SwcReader() public method

Creates a new SwcReader instance.
public SwcReader ( string fileName ) : System
fileName string Name of the file.
return System