class ProtoFS::Dir
Public Class Methods
new(fs, instance_handle, hash_args)
click to toggle source
# File lib/virtfs/protofs/protofs_dir.rb, line 3 def initialize(fs, instance_handle, hash_args) end
Public Instance Methods
close()
click to toggle source
# File lib/virtfs/protofs/protofs_dir.rb, line 6 def close end
read(pos)
click to toggle source
returns file_name and new position.
# File lib/virtfs/protofs/protofs_dir.rb, line 10 def read(pos) end