CBM file loading address that needs to be provided by constructor of a derived class.
Memory configuration of the file format data that needs to be defined as a property of a derived class is used to extract image data from file data bytes.
Array of file data bytes that needs to be provided by constructor of a derived class.
Default file loading address that needs to be defined as a property of a derived class is used to validate constructor parameters.
Default length of file data bytes that needs to be defined as a property of a derived class is used to validate constructor parameters.
States that objects of this class are never equal to objects of its superclass.
States that objects of this class are never equal to objects of its superclass.
the value being probed for possible equality
true if this instance can possibly equal that, otherwise false
Compares the receiver object (this) with the argument object (other) for equivalence.
Compares the receiver object (this) with the argument object (other) for equivalence.
true if the receiver object is equivalent to the argument, false otherwise
Extract image data from file data bytes.
Extract image data from file data bytes.
a new instance of any Mode-inherited class with the image mode determined by the file data
Save any supported CBM image format into a file.
Save any supported CBM image format into a file.
target file name
boolean flag indicating whether overwriting of an existing file should trigger no error
Validates consistency of an object instance data.
CBM graphic format abstraction functioning as a base class for miscellaneous image formats providing data validation options as well as convenient access to the file loading address and data bytes.