Class: ProDosBinPic
- Inherits:
-
AppleHiResPic
- Object
- NativeFileType
- AppleHiResPic
- ProDosBinPic
- Defined in:
- lib/native_file_types/apple2/AppleHiResPic.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from NativeFileType
#aux_code, #contents, #file_system_image, #file_type, #filename, #meta_data
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from AppleHiResPic
buffer_to_picture, matching_score, #picture_format, #picture_height, #picture_width, scanline_offsets, #to_picture
Methods inherited from NativeFileType
#<=>, #==, all_native_file_types, best_fit, code_for_tests, compatability_score, #data_without_header, file_type_matches?, #full_filename, #header_length, #initialize, is_valid_file_if, load_address, matching_score, native_file_types_possible_on_file_system, non_matching_score, #to_hex_dump, #to_info_dump, #type_description
Methods included from SubclassTracking
Constructor Details
This class inherits a constructor from NativeFileType
Class Method Details
.file_system_file_types ⇒ Object
161 162 163 164 165 |
# File 'lib/native_file_types/apple2/AppleHiResPic.rb', line 161 def self.file_system_file_types { ProDos=>0x06 } end |
Instance Method Details
#load_address ⇒ Object
174 175 176 |
# File 'lib/native_file_types/apple2/AppleHiResPic.rb', line 174 def load_address aux_code end |
#unpacked_picture_bytes ⇒ Object
170 171 172 |
# File 'lib/native_file_types/apple2/AppleHiResPic.rb', line 170 def unpacked_picture_bytes contents end |