C# Class PutioFS.Core.PutioFileStream

Inheritance: PutioStream
Show file Open project: firat/PutioFS

Public Methods

Method Description
PutioFileStream ( String path, long range_start, long range_end ) : System
Read ( byte buffer, int start_pos, int max_read_size ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

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

PutioFileStream() public method

public PutioFileStream ( String path, long range_start, long range_end ) : System
path String
range_start long
range_end long
return System

Read() public method

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