C# 클래스 MediaPortalWrapper.Filesystem.AbstractFile

상속: IDisposable
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_contentStream Stream
_sourceLocation string
_totalBytesRead long

공개 메소드들

메소드 설명
AddOption ( CURLOPTIONTYPE type, string name, string value ) : bool
Dispose ( ) : void
Open ( uint flags ) : bool
Read ( IntPtr buffer, int bufferSize ) : int
UrlCreate ( string url ) : bool

메소드 상세

AddOption() 공개 추상적인 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Open() 공개 추상적인 메소드

public abstract Open ( uint flags ) : bool
flags uint
리턴 bool

Read() 공개 메소드

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

UrlCreate() 공개 메소드

public UrlCreate ( string url ) : bool
url string
리턴 bool

프로퍼티 상세

_contentStream 보호되어 있는 프로퍼티

protected Stream _contentStream
리턴 Stream

_sourceLocation 보호되어 있는 프로퍼티

protected string _sourceLocation
리턴 string

_totalBytesRead 보호되어 있는 프로퍼티

protected long _totalBytesRead
리턴 long