C# 클래스 Mono.Fuse.SoundCloud.FS

상속: Mono.Fuse.FileSystem
파일 보기 프로젝트 열기: gurudvlp/SoundCloudFS

공개 메소드들

메소드 설명
FS ( ) : System
Launch ( string mountpoint ) : void

보호된 메소드들

메소드 설명
OnCreateDirectory ( string directory, FilePermissions mode ) : Errno
OnGetPathExtendedAttribute ( string path, string name, byte value, int &bytesWritten ) : Errno
OnGetPathStatus ( string path, Stat &stbuf ) : Errno
OnListPathExtendedAttributes ( string path, string &names ) : Errno
OnOpenHandle ( string path, Mono.Fuse.OpenedPathInfo fi ) : Errno
OnReadDirectory ( string path, Mono.Fuse.OpenedPathInfo fi, IEnumerable &paths ) : Errno
OnReadHandle ( string path, Mono.Fuse.OpenedPathInfo fi, byte buf, long offset, int &bytesWritten ) : Errno
OnRemoveFile ( string file ) : Errno
OnRemovePathExtendedAttribute ( string path, string name ) : Errno
OnSetPathExtendedAttribute ( string path, string name, byte value, XattrFlags flags ) : Errno

비공개 메소드들

메소드 설명
GetEntries ( int nodeid ) : IEnumerable

메소드 상세

FS() 공개 메소드

public FS ( ) : System
리턴 System

Launch() 공개 정적인 메소드

public static Launch ( string mountpoint ) : void
mountpoint string
리턴 void

OnCreateDirectory() 보호된 메소드

protected OnCreateDirectory ( string directory, FilePermissions mode ) : Errno
directory string
mode FilePermissions
리턴 Errno

OnGetPathExtendedAttribute() 보호된 메소드

protected OnGetPathExtendedAttribute ( string path, string name, byte value, int &bytesWritten ) : Errno
path string
name string
value byte
bytesWritten int
리턴 Errno

OnGetPathStatus() 보호된 메소드

protected OnGetPathStatus ( string path, Stat &stbuf ) : Errno
path string
stbuf Stat
리턴 Errno

OnListPathExtendedAttributes() 보호된 메소드

protected OnListPathExtendedAttributes ( string path, string &names ) : Errno
path string
names string
리턴 Errno

OnOpenHandle() 보호된 메소드

protected OnOpenHandle ( string path, Mono.Fuse.OpenedPathInfo fi ) : Errno
path string
fi Mono.Fuse.OpenedPathInfo
리턴 Errno

OnReadDirectory() 보호된 메소드

protected OnReadDirectory ( string path, Mono.Fuse.OpenedPathInfo fi, IEnumerable &paths ) : Errno
path string
fi Mono.Fuse.OpenedPathInfo
paths IEnumerable
리턴 Errno

OnReadHandle() 보호된 메소드

protected OnReadHandle ( string path, Mono.Fuse.OpenedPathInfo fi, byte buf, long offset, int &bytesWritten ) : Errno
path string
fi Mono.Fuse.OpenedPathInfo
buf byte
offset long
bytesWritten int
리턴 Errno

OnRemoveFile() 보호된 메소드

protected OnRemoveFile ( string file ) : Errno
file string
리턴 Errno

OnRemovePathExtendedAttribute() 보호된 메소드

protected OnRemovePathExtendedAttribute ( string path, string name ) : Errno
path string
name string
리턴 Errno

OnSetPathExtendedAttribute() 보호된 메소드

protected OnSetPathExtendedAttribute ( string path, string name, byte value, XattrFlags flags ) : Errno
path string
name string
value byte
flags XattrFlags
리턴 Errno