C# Class Mono.Fuse.Samples.HelloFS

Inheritance: FileSystem
Afficher le fichier Open project: jonpryor/mono-fuse Class Usage Examples

Méthodes publiques

Méthode Description
HelloFS ( ) : System
Main ( string args ) : void

Méthodes protégées

Méthode Description
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
OnRemovePathExtendedAttribute ( string path, string name ) : Errno
OnSetPathExtendedAttribute ( string path, string name, byte value, XattrFlags flags ) : Errno

Private Methods

Méthode Description
FillData ( ) : void
GetEntries ( ) : IEnumerable
ParseArguments ( string args ) : bool

Method Details

HelloFS() public méthode

public HelloFS ( ) : System
Résultat System

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

OnGetPathExtendedAttribute() protected méthode

protected OnGetPathExtendedAttribute ( string path, string name, byte value, int &bytesWritten ) : Errno
path string
name string
value byte
bytesWritten int
Résultat Errno

OnGetPathStatus() protected méthode

protected OnGetPathStatus ( string path, Stat &stbuf ) : Errno
path string
stbuf Stat
Résultat Errno

OnListPathExtendedAttributes() protected méthode

protected OnListPathExtendedAttributes ( string path, string &names ) : Errno
path string
names string
Résultat Errno

OnOpenHandle() protected méthode

protected OnOpenHandle ( string path, Mono.Fuse.OpenedPathInfo fi ) : Errno
path string
fi Mono.Fuse.OpenedPathInfo
Résultat Errno

OnReadDirectory() protected méthode

protected OnReadDirectory ( string path, Mono.Fuse.OpenedPathInfo fi, IEnumerable &paths ) : Errno
path string
fi Mono.Fuse.OpenedPathInfo
paths IEnumerable
Résultat Errno

OnReadHandle() protected méthode

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
Résultat Errno

OnRemovePathExtendedAttribute() protected méthode

protected OnRemovePathExtendedAttribute ( string path, string name ) : Errno
path string
name string
Résultat Errno

OnSetPathExtendedAttribute() protected méthode

protected OnSetPathExtendedAttribute ( string path, string name, byte value, XattrFlags flags ) : Errno
path string
name string
value byte
flags XattrFlags
Résultat Errno