C# 클래스 Google.PowerShell.CloudStorage.GcsContentWriter

Required by GoogleCloudStorageProvider.GetContentWriter, which is used by the cmdlet Set-Content.
상속: IContentWriter
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
GcsContentWriter ( Stream stream ) : System.Collections
Seek ( long offset, SeekOrigin origin ) : void
Write ( IList content ) : IList

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GcsContentWriter() 공개 메소드

public GcsContentWriter ( Stream stream ) : System.Collections
stream System.IO.Stream
리턴 System.Collections

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : void
offset long
origin SeekOrigin
리턴 void

Write() 공개 메소드

public Write ( IList content ) : IList
content IList
리턴 IList