case class ArtStudio(addr: Address, data: Array[Byte]) extends Format with Product with Serializable
Art Studio file format.
- addr
CBM file loading address
- data
array of file data bytes
- Alphabetic
- By Inheritance
- ArtStudio
- 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
CBM file loading address that needs to be provided by constructor of a derived class.
- 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.
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val config: Config.ArtStudio
Memory configuration of the file format data.
- val data: Array[Byte]
Array of file data bytes that needs to be provided by constructor of a derived class.
- 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[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val load: Address
Default file loading address.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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.
- 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
- Format
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()