basis.data

WriterOps

final class WriterOps extends AnyVal

Source
WriterOps.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WriterOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WriterOps(__: Writer)

Value Members

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

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

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

    Definition Classes
    Any
  4. val __: Writer

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  8. def toString(): String

    Definition Classes
    Any
  9. macro def write[T](value: T)(implicit T: Frame[T]): Unit

  10. macro def writeArray[T](array: Array[T], start: Int, count: Int)(implicit T: Frame[T]): Unit

  11. def writeDoubleBE(value: Double): Unit

  12. def writeDoubleLE(value: Double): Unit

  13. def writeFloatBE(value: Float): Unit

  14. def writeFloatLE(value: Float): Unit

  15. def writeIntBE(value: Int): Unit

  16. def writeIntLE(value: Int): Unit

  17. def writeLongBE(value: Long): Unit

  18. def writeLongLE(value: Long): Unit

  19. def writeShortBE(value: Short): Unit

  20. def writeShortLE(value: Short): Unit

Inherited from AnyVal

Inherited from Any

Ungrouped