Class DeviceThumbnail

Index

Properties

Methods

Properties

public canRead: boolean

public canWrite: boolean

public contentType: string

public position: number

public size: number

Methods

public cloneStream(): IRandomAccessStream

Returns

IRandomAccessStream

public close()

public dispose()

public flushAsync(): IAsyncOperation

Returns

IAsyncOperation

public getInputStreamAt(position: number): IInputStream

Parameters

  • position: number

Returns

IInputStream

public getOutputStreamAt(position: number): IOutputStream

Parameters

  • position: number

Returns

IOutputStream

public readAsync(buffer: IBuffer, count: number, options: InputStreamOptions): IAsyncOperationWithProgress

Parameters

Returns

IAsyncOperationWithProgress

public seek(position: number)

Parameters

  • position: number

public writeAsync(buffer: IBuffer): IAsyncOperationWithProgress

Parameters

Returns

IAsyncOperationWithProgress