C# Class PutioFS.Core.PutioStream

Mostra file Open project: firat/PutioFS Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Read ( byte buffer, int start_pos, int max_read_size ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected abstract method

protected abstract Dispose ( bool disposing ) : void
disposing bool
return void

Read() public abstract method

public abstract Read ( byte buffer, int start_pos, int max_read_size ) : int
buffer byte
start_pos int
max_read_size int
return int