C# Class MediaPortalWrapper.Filesystem.AbstractFile

Inheritance: IDisposable
Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Protected Properties

Property Type Description
_contentStream Stream
_sourceLocation string
_totalBytesRead long

Public Methods

Method Description
AddOption ( CURLOPTIONTYPE type, string name, string value ) : bool
Dispose ( ) : void
Open ( uint flags ) : bool
Read ( IntPtr buffer, int bufferSize ) : int
UrlCreate ( string url ) : bool

Method Details

AddOption() public abstract method

public abstract AddOption ( CURLOPTIONTYPE type, string name, string value ) : bool
type CURLOPTIONTYPE
name string
value string
return bool

Dispose() public method

public Dispose ( ) : void
return void

Open() public abstract method

public abstract Open ( uint flags ) : bool
flags uint
return bool

Read() public method

public Read ( IntPtr buffer, int bufferSize ) : int
buffer System.IntPtr
bufferSize int
return int

UrlCreate() public method

public UrlCreate ( string url ) : bool
url string
return bool

Property Details

_contentStream protected_oe property

protected Stream _contentStream
return Stream

_sourceLocation protected_oe property

protected string _sourceLocation
return string

_totalBytesRead protected_oe property

protected long _totalBytesRead
return long