C# 클래스 Zen.DataStore.IOHelpers

파일 보기 프로젝트 열기: holinov/Zen.Core

공개 메소드들

메소드 설명
ReadFully ( Stream input ) : byte[]
ReadToEnd ( Stream stream ) : byte[]

메소드 상세

ReadFully() 공개 정적인 메소드

public static ReadFully ( Stream input ) : byte[]
input Stream
리턴 byte[]

ReadToEnd() 공개 정적인 메소드

public static ReadToEnd ( Stream stream ) : byte[]
stream Stream
리턴 byte[]