Class: A2DskDosOrder

Inherits:
A2Dsk show all
Defined in:
lib/image_formats/A2Dsk.rb

Instance Attribute Summary

Attributes inherited from ImageFormat

#file_bytes

Class Method Summary collapse

Methods inherited from A2Dsk

#get_sector, host_system, possible_extensions, #sectors_in_track, #set_sector, #track_count

Methods inherited from ImageFormat

all_image_formats, all_possible_extensions, code_for_tests, #compatability_score, #end_track, #get_sector, #host_system, host_system, #initialize, is_valid_image_if, possible_extensions, possible_file_systems, #sectors_in_track, #start_track, #to_s, #track_count, #track_list

Methods included from SubclassTracking

extended

Constructor Details

This class inherits a constructor from ImageFormat

Class Method Details

.interleaveObject



59
60
61
# File 'lib/image_formats/A2Dsk.rb', line 59

def A2DskDosOrder.interleave
  [0x00,0x0E,0x0D,0x0C,0x0B,0x0A,0x09,0x08,0x07,0x06,0x05,0x04,0x03,0x02,0x01,0x0F]
end