Class: ProtoFS::Dir

Inherits:
Object
  • Object
show all
Defined in:
lib/virtfs/protofs/protofs_dir.rb

Instance Method Summary collapse

Constructor Details

#initialize(fs, instance_handle, hash_args) ⇒ Dir

Returns a new instance of Dir.



3
4
# File 'lib/virtfs/protofs/protofs_dir.rb', line 3

def initialize(fs, instance_handle, hash_args)
end

Instance Method Details

#closeObject



6
7
# File 'lib/virtfs/protofs/protofs_dir.rb', line 6

def close
end

#read(pos) ⇒ Object

returns file_name and new position.



10
11
# File 'lib/virtfs/protofs/protofs_dir.rb', line 10

def read(pos)
end