C# 클래스 JP.Utils.Data.FileReadHelper

파일 보기 프로젝트 열기: JuniperPhoton/JP.Utils.UWP

공개 메소드들

메소드 설명
ReadFileToByteArrayAsync ( this file ) : Task
ReadFileToIRandomStreamAsync ( this file ) : Task
ReadStreamToByteArray ( this oriStream ) : byte[]

메소드 상세

ReadFileToByteArrayAsync() 공개 정적인 메소드

public static ReadFileToByteArrayAsync ( this file ) : Task
file this
리턴 Task

ReadFileToIRandomStreamAsync() 공개 정적인 메소드

public static ReadFileToIRandomStreamAsync ( this file ) : Task
file this
리턴 Task

ReadStreamToByteArray() 공개 정적인 메소드

public static ReadStreamToByteArray ( this oriStream ) : byte[]
oriStream this
리턴 byte[]