Class: CVT
- Inherits:
-
ImageFormat
- Object
- ImageFormat
- CVT
- Defined in:
- lib/image_formats/CVT.rb
Instance Attribute Summary
Attributes inherited from ImageFormat
Class Method Summary collapse
- .host_system ⇒ Object
-
.possible_extensions ⇒ Object
CVT files - sequential representation of C64 GEOS files .
Methods inherited from ImageFormat
all_image_formats, all_possible_extensions, code_for_tests, #compatability_score, #end_track, #get_sector, #host_system, #initialize, is_valid_image_if, possible_file_systems, #sectors_in_track, #start_track, #to_s, #track_count, #track_list
Methods included from SubclassTracking
Constructor Details
This class inherits a constructor from ImageFormat
Class Method Details
.host_system ⇒ Object
22 23 24 |
# File 'lib/image_formats/CVT.rb', line 22 def self.host_system C64 end |
.possible_extensions ⇒ Object
CVT files - sequential representation of C64 GEOS files
References: ist.uwaterloo.ca/~schepers/formats/CVT.TXT ftp.martnet.com/commie/geos/programming/documents/Convert%20format.txt
18 19 20 |
# File 'lib/image_formats/CVT.rb', line 18 def self.possible_extensions ['.cvt'] end |