C# 클래스 NodeJSLibrary.FS

상속: NodeModule
파일 보기 프로젝트 열기: OurSonic/OurSonicSharp 1 사용 예제들

공개 메소드들

메소드 설명
AppendFile ( string filename, string data, string encoding, string>.Action done ) : void
AppendFileSync ( string filename, string data, string encoding ) : string
Close ( string fd, string>.Action done ) : void
CloseSync ( string fd ) : string
Exists ( string path, bool>.Action done ) : void
ExistsSync ( string path ) : bool
Mkdir ( string path, string mode, string>.Action done ) : void
MkdirSync ( string path, string mode ) : string
Open ( string path, string flags, string mode, string>.Action done ) : void
OpenSync ( string path, string flags, string mode ) : string
Read ( string fd, string buffer, int offset, int length, int position, string>.Action done ) : void
ReadFile ( string s, string encoding, string>.Action done ) : void
ReadFileSync ( string s, string encoding ) : string
ReadSync ( string fd, string buffer, int offset, int length, int position ) : string
Readdir ( string path, string[]>.Action done ) : void
ReaddirSync ( string path ) : string[]
Rename ( string oldPath, string newPath, string>.Action done ) : void
RenameSync ( string oldPath, string newPath ) : string
Truncate ( string fd, int len, string>.Action done ) : void
TruncateSync ( string fd, int len ) : string
Unlink ( string filename ) : void
Write ( string fd, string buffer, int offset, int length, int position, string>.Action done ) : void
WriteFile ( string filename, string data, string>.Action done ) : void
WriteFile ( string filename, string data, string encoding, string>.Action done ) : void
WriteFileSync ( string filename, string data ) : string
WriteFileSync ( string filename, string data, string encoding ) : string
WriteSync ( string fd, string buffer, int offset, int length, int position ) : string

메소드 상세

AppendFile() 공개 메소드

public AppendFile ( string filename, string data, string encoding, string>.Action done ) : void
filename string
data string
encoding string
done string>.Action
리턴 void

AppendFileSync() 공개 메소드

public AppendFileSync ( string filename, string data, string encoding ) : string
filename string
data string
encoding string
리턴 string

Close() 공개 메소드

public Close ( string fd, string>.Action done ) : void
fd string
done string>.Action
리턴 void

CloseSync() 공개 메소드

public CloseSync ( string fd ) : string
fd string
리턴 string

Exists() 공개 메소드

public Exists ( string path, bool>.Action done ) : void
path string
done bool>.Action
리턴 void

ExistsSync() 공개 메소드

public ExistsSync ( string path ) : bool
path string
리턴 bool

Mkdir() 공개 메소드

public Mkdir ( string path, string mode, string>.Action done ) : void
path string
mode string
done string>.Action
리턴 void

MkdirSync() 공개 메소드

public MkdirSync ( string path, string mode ) : string
path string
mode string
리턴 string

Open() 공개 메소드

public Open ( string path, string flags, string mode, string>.Action done ) : void
path string
flags string
mode string
done string>.Action
리턴 void

OpenSync() 공개 메소드

public OpenSync ( string path, string flags, string mode ) : string
path string
flags string
mode string
리턴 string

Read() 공개 메소드

public Read ( string fd, string buffer, int offset, int length, int position, string>.Action done ) : void
fd string
buffer string
offset int
length int
position int
done string>.Action
리턴 void

ReadFile() 공개 메소드

public ReadFile ( string s, string encoding, string>.Action done ) : void
s string
encoding string
done string>.Action
리턴 void

ReadFileSync() 공개 메소드

public ReadFileSync ( string s, string encoding ) : string
s string
encoding string
리턴 string

ReadSync() 공개 메소드

public ReadSync ( string fd, string buffer, int offset, int length, int position ) : string
fd string
buffer string
offset int
length int
position int
리턴 string

Readdir() 공개 메소드

public Readdir ( string path, string[]>.Action done ) : void
path string
done string[]>.Action
리턴 void

ReaddirSync() 공개 메소드

public ReaddirSync ( string path ) : string[]
path string
리턴 string[]

Rename() 공개 메소드

public Rename ( string oldPath, string newPath, string>.Action done ) : void
oldPath string
newPath string
done string>.Action
리턴 void

RenameSync() 공개 메소드

public RenameSync ( string oldPath, string newPath ) : string
oldPath string
newPath string
리턴 string

Truncate() 공개 메소드

public Truncate ( string fd, int len, string>.Action done ) : void
fd string
len int
done string>.Action
리턴 void

TruncateSync() 공개 메소드

public TruncateSync ( string fd, int len ) : string
fd string
len int
리턴 string

Unlink() 공개 메소드

public Unlink ( string filename ) : void
filename string
리턴 void

Write() 공개 메소드

public Write ( string fd, string buffer, int offset, int length, int position, string>.Action done ) : void
fd string
buffer string
offset int
length int
position int
done string>.Action
리턴 void

WriteFile() 공개 메소드

public WriteFile ( string filename, string data, string>.Action done ) : void
filename string
data string
done string>.Action
리턴 void

WriteFile() 공개 메소드

public WriteFile ( string filename, string data, string encoding, string>.Action done ) : void
filename string
data string
encoding string
done string>.Action
리턴 void

WriteFileSync() 공개 메소드

public WriteFileSync ( string filename, string data ) : string
filename string
data string
리턴 string

WriteFileSync() 공개 메소드

public WriteFileSync ( string filename, string data, string encoding ) : string
filename string
data string
encoding string
리턴 string

WriteSync() 공개 메소드

public WriteSync ( string fd, string buffer, int offset, int length, int position ) : string
fd string
buffer string
offset int
length int
position int
리턴 string