C# Class Google.PowerShell.CloudStorage.GcsContentWriter

Required by GoogleCloudStorageProvider.GetContentWriter, which is used by the cmdlet Set-Content.
Inheritance: IContentWriter
显示文件 Open project: GoogleCloudPlatform/google-cloud-powershell Class Usage Examples

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GcsContentWriter() public method

public GcsContentWriter ( Stream stream ) : System.Collections
stream System.IO.Stream
return System.Collections

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : void
offset long
origin SeekOrigin
return void

Write() public method

public Write ( IList content ) : IList
content IList
return IList