C# Class BasicLoader.Implementation.Loader.StreamLoader

Stream loader.
Inheritance: ILoader
显示文件 Open project: i2e-haw-hamburg/cad-in-unity

Public Methods

Method Description
Close ( ) : void
Load ( ) : Stream

StreamLoader ( Stream stream ) : System.IO

Initializes a new instance of the StreamLoader class.

Method Details

Close() public method

public Close ( ) : void
return void

Load() public method

public Load ( ) : Stream
return System.IO.Stream

StreamLoader() public method

Initializes a new instance of the StreamLoader class.
public StreamLoader ( Stream stream ) : System.IO
stream System.IO.Stream Stream.
return System.IO