C# Class BasicLoader.Implementation.Loader.StreamLoader

Stream loader.
Inheritance: ILoader
Afficher le fichier Open project: i2e-haw-hamburg/cad-in-unity

Méthodes publiques

Méthode Description
Close ( ) : void
Load ( ) : Stream

StreamLoader ( Stream stream ) : System.IO

Initializes a new instance of the StreamLoader class.

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Load() public méthode

public Load ( ) : Stream
Résultat System.IO.Stream

StreamLoader() public méthode

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