org.c64.attitude.Afterimage.Format

AdvancedArtStudio

case class AdvancedArtStudio(addr: Address, data: Array[Byte]) extends Format with Product with Serializable

Advanced Art Studio file format.

addr

CBM file loading address

data

array of file data bytes

Linear Supertypes
Serializable, Serializable, Product, Equals, Format, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AdvancedArtStudio
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Format
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AdvancedArtStudio(addr: Address, data: Array[Byte])

    create a new AdvancedArtStudio image data

    create a new AdvancedArtStudio image data

    addr

    CBM file loading address

    data

    array of file data bytes

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val addr: Address

    CBM file loading address

    CBM file loading address

    Definition Classes
    AdvancedArtStudioFormat
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. 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

    true if this instance can possibly equal that, otherwise false

    Definition Classes
    AdvancedArtStudio → Equals → Format
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val config: AdvancedArtStudio

    Memory configuration of the file format data.

    Memory configuration of the file format data.

    Definition Classes
    AdvancedArtStudioFormat
  11. val data: Array[Byte]

    array of file data bytes

    array of file data bytes

    Definition Classes
    AdvancedArtStudioFormat
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. 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

    true if the receiver object is equivalent to the argument, false otherwise

    Definition Classes
    Format → AnyRef → Any
  14. 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
  15. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AdvancedArtStudio → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val load: Address

    Default file loading address.

    Default file loading address.

    Definition Classes
    AdvancedArtStudioFormat
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def productArity: Int

    Definition Classes
    AdvancedArtStudio → Product
  24. def productElement(arg0: Int): Any

    Definition Classes
    AdvancedArtStudio → Product
  25. def productIterator: Iterator[Any]

    Definition Classes
    Product
  26. def productPrefix: String

    Definition Classes
    AdvancedArtStudio → Product
  27. 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
  28. val size: Int

    Default length of file data bytes.

    Default length of file data bytes.

    Definition Classes
    AdvancedArtStudioFormat
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AdvancedArtStudio → AnyRef → Any
  31. def validate(): Unit

    Validates consistency of an object instance data.

    Validates consistency of an object instance data.

    Definition Classes
    Format
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Format

Inherited from AnyRef

Inherited from Any