C# Class Revenj.S3

Inheritance: IDisposable
Afficher le fichier Open project: ngs-doo/revenj

Private Properties

Свойство Type Description
IDisposable void
OnDeserialized void
S3

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IDisposable ( ) : void
OnDeserialized ( ProtoBuf.SerializationContext context ) : void
S3 ( )

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

GetStream() public méthode

public GetStream ( ) : Stream
Résultat Stream

S3() public méthode

public S3 ( IS3Repository repository = null )
repository IS3Repository

S3() public méthode

public S3 ( Stream stream )
stream Stream

S3() public méthode

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

S3() public méthode

public S3 ( byte bytes )
bytes byte

Upload() public méthode

public Upload ( Stream stream ) : string
stream Stream
Résultat string

Upload() public méthode

public Upload ( byte bytes ) : string
bytes byte
Résultat string

Upload() public méthode

public Upload ( string bucket, Stream stream, long length ) : string
bucket string
stream Stream
length long
Résultat string

Upload() public méthode

public Upload ( string bucket, byte bytes ) : string
bucket string
bytes byte
Résultat string