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

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

공개 메소드들

메소드 설명
Close ( ) : void
Load ( ) : Stream

StreamLoader ( Stream stream ) : System.IO

Initializes a new instance of the StreamLoader class.

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Load() 공개 메소드

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

StreamLoader() 공개 메소드

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