C# 클래스 Universal.Torrent.Client.TorrentFileStream

상속: IRandomAccessStream
파일 보기 프로젝트 열기: haroldma/Universal.Torrent 1 사용 예제들

공개 메소드들

메소드 설명
CloneStream ( ) : IRandomAccessStream
Dispose ( ) : void
FlushAsync ( ) : IAsyncOperation
GetInputStreamAt ( ulong position ) : IInputStream
GetOutputStreamAt ( ulong position ) : IOutputStream
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.IAsyncOperationWithProgress
Seek ( ulong position ) : void
TorrentFileStream ( TorrentFile torrentFile, IRandomAccessStream randomAccessStream ) : Windows.Foundation
WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.IAsyncOperationWithProgress

메소드 상세

CloneStream() 공개 메소드

public CloneStream ( ) : IRandomAccessStream
리턴 IRandomAccessStream

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FlushAsync() 공개 메소드

public FlushAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

GetInputStreamAt() 공개 메소드

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
리턴 IInputStream

GetOutputStreamAt() 공개 메소드

public GetOutputStreamAt ( ulong position ) : IOutputStream
position ulong
리턴 IOutputStream

ReadAsync() 공개 메소드

public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
count uint
options InputStreamOptions
리턴 uint>.IAsyncOperationWithProgress

Seek() 공개 메소드

public Seek ( ulong position ) : void
position ulong
리턴 void

TorrentFileStream() 공개 메소드

public TorrentFileStream ( TorrentFile torrentFile, IRandomAccessStream randomAccessStream ) : Windows.Foundation
torrentFile TorrentFile
randomAccessStream IRandomAccessStream
리턴 Windows.Foundation

WriteAsync() 공개 메소드

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
리턴 uint>.IAsyncOperationWithProgress