net.n12n.exif

GenericType

abstract class GenericType[T] extends Type

Generic IFD attribute type.

Linear Supertypes
Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenericType
  2. Type
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericType(id: Int, size: Int, name: String, stringLike: Boolean = false)

    id

    ID as defined in Exif specification.

    size

    Size in bytes.

    name

    Type name.

    stringLike

    true indicates this type should always be treated as a sequence, e.g. like a string is a sequence of characters. Count 1 is just a special case of count n.

Type Members

  1. type ScalaType = T

    Definition Classes
    GenericTypeType

Abstract Value Members

  1. abstract def toScala(data: ByteSeq, offset: Int, order: ByteOrder): ScalaType

    Definition Classes
    Type

Concrete Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  11. val id: Int

    ID as defined in Exif specification.

    ID as defined in Exif specification.

    Definition Classes
    Type
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. val name: String

    Type name.

    Type name.

    Definition Classes
    Type
  14. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  17. val size: Int

    Size in bytes.

    Size in bytes.

    Definition Classes
    Type
  18. val stringLike: Boolean

    true indicates this type should always be treated as a sequence, e.g.

    true indicates this type should always be treated as a sequence, e.g. like a string is a sequence of characters. Count 1 is just a special case of count n.

    Definition Classes
    Type
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped