Class: ProtoFS::Dir
- Inherits:
-
Object
- Object
- ProtoFS::Dir
- Defined in:
- lib/virtfs/protofs/protofs_dir.rb
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize(fs, instance_handle, hash_args) ⇒ Dir
constructor
A new instance of Dir.
-
#read(pos) ⇒ Object
returns file_name and new position.
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
#close ⇒ Object
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 |