case class HiResBitmap(addr: Address, data: Array[Byte]) extends Format with Product with Serializable
HiRes Bitmap file format.
- addr
CBM file loading address
- data
array of file data bytes
- Alphabetic
- By Inheritance
- HiResBitmap
- Serializable
- Serializable
- Product
- Equals
- Format
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
addr: Address
- Definition Classes
- HiResBitmap → Format
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(that: Any): Boolean
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.
- that
the value being probed for possible equality
- returns
trueifthisinstance can possibly equalthat, otherwisefalse
- Definition Classes
- HiResBitmap → Equals → Format
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
config: Config.HiResBitmap
Memory configuration of the file format data.
Memory configuration of the file format data.
- Definition Classes
- HiResBitmap → Format
-
val
data: Array[Byte]
- Definition Classes
- HiResBitmap → Format
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
Compares the receiver object (
this) with the argument object (other) for equivalence.Compares the receiver object (
this) with the argument object (other) for equivalence.- returns
trueif the receiver object is equivalent to the argument,falseotherwise
- Definition Classes
- Format → AnyRef → Any
-
def
extractData(): CBM
Extract image data from file data bytes.
Extract image data from file data bytes.
- returns
a new instance of any
Mode-inherited class with the image mode determined by the file data
- Definition Classes
- Format
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
load: Address
Default file loading address.
Default file loading address.
- Definition Classes
- HiResBitmap → Format
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
save(name: String, overwriteIfExists: Boolean = false): Unit
Save any supported CBM image format into a file.
Save any supported CBM image format into a file.
- name
target file name
- overwriteIfExists
boolean flag indicating whether overwriting of an existing file should trigger no error
- Definition Classes
- Format
-
val
size: Int
Default length of file data bytes.
Default length of file data bytes.
- Definition Classes
- HiResBitmap → Format
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
validate(): Unit
Validates consistency of an object instance data.
Validates consistency of an object instance data.
- Definition Classes
- HiResBitmap → Format
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )