C# Class MediaPortalWrapper.Filesystem.AbstractFile

Inheritance: IDisposable
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Protected Properties

Свойство Type Description
_contentStream Stream
_sourceLocation string
_totalBytesRead long

Méthodes publiques

Méthode 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 méthode

public abstract AddOption ( CURLOPTIONTYPE type, string name, string value ) : bool
type CURLOPTIONTYPE
name string
value string
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Open() public abstract méthode

public abstract Open ( uint flags ) : bool
flags uint
Résultat bool

Read() public méthode

public Read ( IntPtr buffer, int bufferSize ) : int
buffer System.IntPtr
bufferSize int
Résultat int

UrlCreate() public méthode

public UrlCreate ( string url ) : bool
url string
Résultat bool

Property Details

_contentStream protected_oe property

protected Stream _contentStream
Résultat Stream

_sourceLocation protected_oe property

protected string _sourceLocation
Résultat string

_totalBytesRead protected_oe property

protected long _totalBytesRead
Résultat long