C# 클래스 Revenj.S3

상속: IDisposable
파일 보기 프로젝트 열기: ngs-doo/revenj

Private Properties

프로퍼티 타입 설명
IDisposable void
OnDeserialized void
S3

공개 메소드들

메소드 설명
Delete ( ) : void
GetBytes ( ) : byte[]
GetStream ( ) : Stream
S3 ( IS3Repository repository = null )
S3 ( Stream stream )
S3 ( Stream stream, long length )
S3 ( byte bytes )
Upload ( Stream stream ) : string
Upload ( byte bytes ) : string
Upload ( string bucket, Stream stream, long length ) : string
Upload ( string bucket, byte bytes ) : string

비공개 메소드들

메소드 설명
IDisposable ( ) : void
OnDeserialized ( ProtoBuf.SerializationContext context ) : void
S3 ( )

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

GetStream() 공개 메소드

public GetStream ( ) : Stream
리턴 Stream

S3() 공개 메소드

public S3 ( IS3Repository repository = null )
repository IS3Repository

S3() 공개 메소드

public S3 ( Stream stream )
stream Stream

S3() 공개 메소드

public S3 ( Stream stream, long length )
stream Stream
length long

S3() 공개 메소드

public S3 ( byte bytes )
bytes byte

Upload() 공개 메소드

public Upload ( Stream stream ) : string
stream Stream
리턴 string

Upload() 공개 메소드

public Upload ( byte bytes ) : string
bytes byte
리턴 string

Upload() 공개 메소드

public Upload ( string bucket, Stream stream, long length ) : string
bucket string
stream Stream
length long
리턴 string

Upload() 공개 메소드

public Upload ( string bucket, byte bytes ) : string
bucket string
bytes byte
리턴 string