C# Class Shaman.Runtime.BlobStore.Blob

Mostra file Open project: antiufo/Shaman.BlobStore

Public Methods

Method Description
OpenRead ( ) : Stream
ReadAllBytes ( ) : byte[]
ReadAllText ( ) : string

Method Details

OpenRead() public method

public OpenRead ( ) : Stream
return Stream

ReadAllBytes() public method

public ReadAllBytes ( ) : byte[]
return byte[]

ReadAllText() public method

public ReadAllText ( ) : string
return string