C# 클래스 BasicLoader.Implementation.Loader.FileLoader

File loader.
상속: ILoader
파일 보기 프로젝트 열기: i2e-haw-hamburg/cad-in-unity

공개 메소드들

메소드 설명
Close ( ) : void
FileLoader ( FileStream stream ) : System.IO

Initializes a new instance of the FileLoader class.

Load ( ) : Stream

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

FileLoader() 공개 메소드

Initializes a new instance of the FileLoader class.
public FileLoader ( FileStream stream ) : System.IO
stream System.IO.FileStream Stream.
리턴 System.IO

Load() 공개 메소드

public Load ( ) : Stream
리턴 System.IO.Stream