Class: Wx::ArchiveFSHandler
- Inherits:
-
FileSystemHandler
- Object
- Object
- FileSystemHandler
- Wx::ArchiveFSHandler
- Defined in:
- lib/wx/doc/gen/file_system.rb
Overview
A file system handler for accessing files inside of archives.
Instance Method Summary collapse
- #cleanup ⇒ void
- #initialize ⇒ Wx::ArchiveFSHandler constructor
Methods inherited from FileSystemHandler
#can_open, #find_first, #find_next, get_mime_type_from_ext, #open_file
Methods inherited from Object
#clone, #dup, #is_same_as, #un_share
Constructor Details
#initialize ⇒ Wx::ArchiveFSHandler
142 |
# File 'lib/wx/doc/gen/file_system.rb', line 142 def initialize; end |
Instance Method Details
#cleanup ⇒ void
This method returns an undefined value.
145 |
# File 'lib/wx/doc/gen/file_system.rb', line 145 def cleanup; end |