C# 클래스 Vidyano.Common.InMemoryRandomAccessStream

상속: IRandomAccessStream
파일 보기 프로젝트 열기: stevehansen/vidyano_v1

공개 메소드들

메소드 설명
CloneStream ( ) : IRandomAccessStream
Dispose ( ) : void
FlushAsync ( ) : IAsyncOperation
GetInputStreamAt ( ulong position ) : IInputStream
GetOutputStreamAt ( ulong position ) : IOutputStream
InMemoryRandomAccessStream ( Stream stream ) : System
InMemoryRandomAccessStream ( byte bytes ) : System
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.IAsyncOperationWithProgress
Seek ( ulong position ) : void
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

InMemoryRandomAccessStream() 공개 메소드

public InMemoryRandomAccessStream ( Stream stream ) : System
stream Stream
리턴 System

InMemoryRandomAccessStream() 공개 메소드

public InMemoryRandomAccessStream ( byte bytes ) : System
bytes byte
리턴 System

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

WriteAsync() 공개 메소드

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