Class
FuseFS::FileHandle
In:
lib/fuse/rfusefs-fuse.rb
Parent:
Object
Methods
accmode
append?
create
flush
modified?
new
raw_mode
rdonly?
rdwr?
read
reading?
write
writing?
wronly?
Attributes
contents
[RW]
flags
[R]
id
[R]
path
[R]
raw
[RW]
Public Class methods
new
(path,flags)
Public Instance methods
accmode
()
append?
()
create
()
flush
()
modified?
()
raw_mode
()
rdonly?
()
rdwr?
()
read
(offset,size)
reading?
()
write
(offset,data)
writing?
()
wronly?
()
[Validate]