C# Class Google.PowerShell.CloudStorage.GcsContentWriter

Required by GoogleCloudStorageProvider.GetContentWriter, which is used by the cmdlet Set-Content.
Inheritance: IContentWriter
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-powershell Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
GcsContentWriter ( Stream stream ) : System.Collections
Seek ( long offset, SeekOrigin origin ) : void
Write ( IList content ) : IList

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GcsContentWriter() public méthode

public GcsContentWriter ( Stream stream ) : System.Collections
stream System.IO.Stream
Résultat System.Collections

Seek() public méthode

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

Write() public méthode

public Write ( IList content ) : IList
content IList
Résultat IList