C# Class PipBoy.PipBoyStreamProvider

Inheritance: IDisposable
Show file Open project: weberph/Fallout4-PipBoy Class Usage Examples

Public Methods

Method Description
Connect ( string host, int port ) : Stream
Dispose ( ) : void
PipBoyStreamProvider ( string rawDumpFile = null ) : System
ReadFile ( string inputFile ) : Stream

Private Methods

Method Description
ProcessStream ( Stream stream, bool keepAlive ) : Stream
SendThread ( object streamObj ) : void

Method Details

Connect() public method

public Connect ( string host, int port ) : Stream
host string
port int
return Stream

Dispose() public method

public Dispose ( ) : void
return void

PipBoyStreamProvider() public method

public PipBoyStreamProvider ( string rawDumpFile = null ) : System
rawDumpFile string
return System

ReadFile() public method

public ReadFile ( string inputFile ) : Stream
inputFile string
return Stream