C# 클래스 Shaman.Runtime.BlobStore.Blob

파일 보기 프로젝트 열기: antiufo/Shaman.BlobStore

공개 메소드들

메소드 설명
OpenRead ( ) : Stream
ReadAllBytes ( ) : byte[]
ReadAllText ( ) : string

메소드 상세

OpenRead() 공개 메소드

public OpenRead ( ) : Stream
리턴 Stream

ReadAllBytes() 공개 메소드

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

ReadAllText() 공개 메소드

public ReadAllText ( ) : string
리턴 string