Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Smeedee
Android
Lib
MonoFileIO
C# 클래스 Smeedee.Android.Lib.MonoFileIO
상속:
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