Class StorageItemThumbnail

Index

Properties

Methods

Properties

public canRead: boolean

public canWrite: boolean

public contentType: string

public originalHeight: number

public originalWidth: number

public position: number

public returnedSmallerCachedSize: boolean

public size: number

public type: ThumbnailType

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