C# 클래스 Smeedee.Lib.Wp7FileIO

상속: IFileIO
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile

공개 메소드들

메소드 설명
ReadAllBytes ( string fileName ) : byte[]
WriteAllBytes ( string fileName, byte bytes ) : void

메소드 상세

ReadAllBytes() 공개 메소드

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

WriteAllBytes() 공개 메소드

public WriteAllBytes ( string fileName, byte bytes ) : void
fileName string
bytes byte
리턴 void