C# Class Microsoft.R.Host.Client.RBlobStream

Inheritance: Stream
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
Create ( IRBlobService blobService ) : RBlobStream
CreateAsync ( IRBlobService blobService, CancellationToken ct = default(CancellationToken) ) : Task
Destroy ( IRBlobInfo blobInfo, IRBlobService blobService ) : void
DestroyAsync ( IRBlobInfo blobInfo, IRBlobService blobService, CancellationToken ct = default(CancellationToken) ) : Task
Flush ( ) : void
GetBlobInfo ( ) : IRBlobInfo
Open ( IRBlobInfo blobInfo, IRBlobService blobService ) : RBlobStream
OpenAsync ( IRBlobInfo blobInfo, IRBlobService blobService, CancellationToken ct = default(CancellationToken) ) : Task
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
RBlobStream ( IRBlobInfo blob, bool canWrite, IRBlobService blobService ) : System
ThrowIfDisposed ( [ callerName = "" ) : void

Method Details

Create() public static méthode

public static Create ( IRBlobService blobService ) : RBlobStream
blobService IRBlobService
Résultat RBlobStream

CreateAsync() public static méthode

public static CreateAsync ( IRBlobService blobService, CancellationToken ct = default(CancellationToken) ) : Task
blobService IRBlobService
ct System.Threading.CancellationToken
Résultat Task

Destroy() public static méthode

public static Destroy ( IRBlobInfo blobInfo, IRBlobService blobService ) : void
blobInfo IRBlobInfo
blobService IRBlobService
Résultat void

DestroyAsync() public static méthode

public static DestroyAsync ( IRBlobInfo blobInfo, IRBlobService blobService, CancellationToken ct = default(CancellationToken) ) : Task
blobInfo IRBlobInfo
blobService IRBlobService
ct System.Threading.CancellationToken
Résultat Task

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GetBlobInfo() public méthode

public GetBlobInfo ( ) : IRBlobInfo
Résultat IRBlobInfo

Open() public static méthode

public static Open ( IRBlobInfo blobInfo, IRBlobService blobService ) : RBlobStream
blobInfo IRBlobInfo
blobService IRBlobService
Résultat RBlobStream

OpenAsync() public static méthode

public static OpenAsync ( IRBlobInfo blobInfo, IRBlobService blobService, CancellationToken ct = default(CancellationToken) ) : Task
blobInfo IRBlobInfo
blobService IRBlobService
ct System.Threading.CancellationToken
Résultat Task

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void