C# 클래스 PipBoy.PipBoyStreamProvider

상속: IDisposable
파일 보기 프로젝트 열기: weberph/Fallout4-PipBoy 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( string host, int port ) : Stream
Dispose ( ) : void
PipBoyStreamProvider ( string rawDumpFile = null ) : System
ReadFile ( string inputFile ) : Stream

비공개 메소드들

메소드 설명
ProcessStream ( Stream stream, bool keepAlive ) : Stream
SendThread ( object streamObj ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( string host, int port ) : Stream
host string
port int
리턴 Stream

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PipBoyStreamProvider() 공개 메소드

public PipBoyStreamProvider ( string rawDumpFile = null ) : System
rawDumpFile string
리턴 System

ReadFile() 공개 메소드

public ReadFile ( string inputFile ) : Stream
inputFile string
리턴 Stream