C# Class PutioFS.Core.PutioHttpStream

Inheritance: PutioStream
Afficher le fichier Open project: firat/PutioFS

Méthodes publiques

Méthode Description
PutioHttpStream ( String url, long range_start, long range_end ) : System
Read ( byte buffer, int start_pos, int max_read_size ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PutioHttpStream() public méthode

public PutioHttpStream ( String url, long range_start, long range_end ) : System
url String
range_start long
range_end long
Résultat System

Read() public méthode

public Read ( byte buffer, int start_pos, int max_read_size ) : int
buffer byte
start_pos int
max_read_size int
Résultat int