C# Class Shaman.Runtime.BlobStore.Blob

Afficher le fichier Open project: antiufo/Shaman.BlobStore

Méthodes publiques

Méthode Description
OpenRead ( ) : Stream
ReadAllBytes ( ) : byte[]
ReadAllText ( ) : string

Method Details

OpenRead() public méthode

public OpenRead ( ) : Stream
Résultat Stream

ReadAllBytes() public méthode

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

ReadAllText() public méthode

public ReadAllText ( ) : string
Résultat string