Class

de.sciss.synth.message

BufferAllocRead

Related Doc: package message

Permalink

final case class BufferAllocRead(id: Int, path: String, startFrame: Int, numFrames: Int, completion: Option[Packet]) extends Message with HasCompletion with Product with Serializable

The /b_allocRead message tells the server to allocate memory for a buffer and read in a portion of an audio-file. The number of channels and the sample-rate of the buffer are determined by that audio-file.

id

the identifier to use for the buffer. It must denote a currently un-allocated buffer and be greater than or equal to zero and less than the maximum number of buffers.

path

the path of the audio-file to read. Since the server is an independent process, this must resolve with respect to the server's current working directory. If the server is running on a remote node, the path will be resolved in the server's local file system.

startFrame

the offset in frames into the audio-file to begin reading from

numFrames

the number of frames to read which will be the size of the allocated buffer. The special value less than or equal to zero denotes that the number of frames available in the file from the given offset is used (the entire file will be read).

See also

BufferRead

BufferAllocReadChannel

BufferAlloc

BufferFree

Buffer#allocReadMsg

Linear Supertypes
Serializable, Serializable, Product, HasCompletion, AsyncSend, Send, ServerMessage, Message, LinearSeq[Any], LinearSeqLike[Any, Message], Seq[Any], SeqLike[Any, Message], GenSeq[Any], GenSeqLike[Any, Message], Iterable[Any], IterableLike[Any, Message], Equals, GenIterable[Any], GenIterableLike[Any, Message], Traversable[Any], GenTraversable[Any], GenericTraversableTemplate[Any, LinearSeq], TraversableLike[Any, Message], GenTraversableLike[Any, Message], Parallelizable[Any, ParSeq[Any]], TraversableOnce[Any], GenTraversableOnce[Any], FilterMonadic[Any, Message], HasNewBuilder[Any, Message], PartialFunction[Int, Any], (Int) ⇒ Any, Packet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferAllocRead
  2. Serializable
  3. Serializable
  4. Product
  5. HasCompletion
  6. AsyncSend
  7. Send
  8. ServerMessage
  9. Message
  10. LinearSeq
  11. LinearSeqLike
  12. Seq
  13. SeqLike
  14. GenSeq
  15. GenSeqLike
  16. Iterable
  17. IterableLike
  18. Equals
  19. GenIterable
  20. GenIterableLike
  21. Traversable
  22. GenTraversable
  23. GenericTraversableTemplate
  24. TraversableLike
  25. GenTraversableLike
  26. Parallelizable
  27. TraversableOnce
  28. GenTraversableOnce
  29. FilterMonadic
  30. HasNewBuilder
  31. PartialFunction
  32. Function1
  33. Packet
  34. AnyRef
  35. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BufferAllocRead(id: Int, path: String, startFrame: Int, numFrames: Int, completion: Option[Packet])

    Permalink

    id

    the identifier to use for the buffer. It must denote a currently un-allocated buffer and be greater than or equal to zero and less than the maximum number of buffers.

    path

    the path of the audio-file to read. Since the server is an independent process, this must resolve with respect to the server's current working directory. If the server is running on a remote node, the path will be resolved in the server's local file system.

    startFrame

    the offset in frames into the audio-file to begin reading from

    numFrames

    the number of frames to read which will be the size of the allocated buffer. The special value less than or equal to zero denotes that the number of frames available in the file from the given offset is used (the entire file will be read).

Type Members

  1. type Self = Message

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[B >: Any, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  4. def ++:[B >: Any, That](that: Traversable[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  5. def ++:[B >: Any, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def +:[B >: Any, That](elem: B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  7. def /:[B](z: B)(op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  8. def :+[B >: Any, That](elem: B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  9. def :\[B](z: B)(op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  12. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  13. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, Any) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. def andThen[C](k: (Any) ⇒ C): PartialFunction[Int, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  16. def apply(idx: Int): Any

    Permalink
    Definition Classes
    Message → SeqLike → GenSeqLike → Function1
  17. def applyOrElse[A1 <: Int, B1 >: Any](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  18. val args: Any*

    Permalink
    Definition Classes
    Message
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def collect[B, That](pf: PartialFunction[Any, B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  23. def collectFirst[B](pf: PartialFunction[Any, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  24. def combinations(n: Int): Iterator[Message]

    Permalink
    Definition Classes
    SeqLike
  25. def companion: GenericCompanion[LinearSeq]

    Permalink
    Definition Classes
    LinearSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  26. val completion: Option[Packet]

    Permalink
    Definition Classes
    BufferAllocReadHasCompletion
  27. def compose[A](g: (A) ⇒ Int): (A) ⇒ Any

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  28. def contains[A1 >: Any](elem: A1): Boolean

    Permalink
    Definition Classes
    SeqLike
  29. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    SeqLike
  30. def copyToArray[B >: Any](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  31. def copyToArray[B >: Any](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  32. def copyToArray[B >: Any](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  33. def copyToBuffer[B >: Any](dest: scala.collection.mutable.Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  34. final def corresponds[B](that: GenSeq[B])(p: (Any, B) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    LinearSeqLike → SeqLike → GenSeqLike
    Annotations
    @tailrec()
  35. def count(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  36. def diff[B >: Any](that: GenSeq[B]): Message

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  37. def distinct: Message

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  38. def drop(n: Int): Message

    Permalink
    Definition Classes
    Message → IterableLike → TraversableLike → GenTraversableLike
  39. def dropRight(n: Int): Message

    Permalink
    Definition Classes
    IterableLike
  40. def dropWhile(p: (Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  41. def encode(c: PacketCodec, b: ByteBuffer): Unit

    Permalink
    Definition Classes
    MessagePacket
  42. def encodedSize(c: PacketCodec): Int

    Permalink
    Definition Classes
    MessagePacket
  43. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  44. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Message → GenSeqLike → Equals → AnyRef → Any
  46. def exists(p: (Any) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def filter(p: (Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  48. def filterNot(p: (Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  49. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. def find(p: (Any) ⇒ Boolean): Option[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  51. def flatMap[B, That](f: (Any) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  52. def flatten[B](implicit asTraversable: (Any) ⇒ GenTraversableOnce[B]): LinearSeq[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  53. def fold[A1 >: Any](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  54. def foldLeft[B](z: B)(op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  55. def foldRight[B](z: B)(op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  56. def forall(p: (Any) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  57. def foreach[U](f: (Any) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  58. def genericBuilder[B]: Builder[B, LinearSeq[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  59. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  60. def groupBy[K](f: (Any) ⇒ K): Map[K, Message]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  61. def grouped(size: Int): Iterator[Message]

    Permalink
    Definition Classes
    IterableLike
  62. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  63. def hashCode(): Int

    Permalink
    Definition Classes
    Message → LinearSeqLike → GenSeqLike → AnyRef → Any
  64. def head: Any

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  65. def headOption: Option[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  66. val id: Int

    Permalink

    the identifier to use for the buffer.

    the identifier to use for the buffer. It must denote a currently un-allocated buffer and be greater than or equal to zero and less than the maximum number of buffers.

  67. def indexOf[B >: Any](elem: B, from: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  68. def indexOf[B >: Any](elem: B): Int

    Permalink
    Definition Classes
    GenSeqLike
  69. def indexOfSlice[B >: Any](that: GenSeq[B], from: Int): Int

    Permalink
    Definition Classes
    SeqLike
  70. def indexOfSlice[B >: Any](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  71. def indexWhere(p: (Any) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  72. def indexWhere(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  73. def indices: Range

    Permalink
    Definition Classes
    SeqLike
  74. def init: Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  75. def inits: Iterator[Message]

    Permalink
    Definition Classes
    TraversableLike
  76. def intersect[B >: Any](that: GenSeq[B]): Message

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  77. def isComparable(other: Any): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Message
  78. def isDefinedAt(idx: Int): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  79. def isEmpty: Boolean

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  80. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  81. final def isSynchronous: Boolean

    Permalink
    Definition Classes
    AsyncSendSend
  82. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  83. def iterator: Iterator[Any]

    Permalink
    Definition Classes
    Message → LinearSeqLike → IterableLike → GenIterableLike
  84. def last: Any

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  85. def lastIndexOf[B >: Any](elem: B, end: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  86. def lastIndexOf[B >: Any](elem: B): Int

    Permalink
    Definition Classes
    GenSeqLike
  87. def lastIndexOfSlice[B >: Any](that: GenSeq[B], end: Int): Int

    Permalink
    Definition Classes
    SeqLike
  88. def lastIndexOfSlice[B >: Any](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  89. def lastIndexWhere(p: (Any) ⇒ Boolean, end: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  90. def lastIndexWhere(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  91. def lastOption: Option[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  92. def length: Int

    Permalink
    Definition Classes
    Message → SeqLike → GenSeqLike
  93. def lengthCompare(len: Int): Int

    Permalink
    Definition Classes
    SeqLike
  94. def lift: (Int) ⇒ Option[Any]

    Permalink
    Definition Classes
    PartialFunction
  95. def map[B, That](f: (Any) ⇒ B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  96. def max[B >: Any](implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. def maxBy[B](f: (Any) ⇒ B)(implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def min[B >: Any](implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def minBy[B](f: (Any) ⇒ B)(implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. val name: String

    Permalink
    Definition Classes
    MessagePacket
  104. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  105. def newBuilder: Builder[Any, Message]

    Permalink
    Definition Classes
    Message → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  106. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  108. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  109. val numFrames: Int

    Permalink

    the number of frames to read which will be the size of the allocated buffer.

    the number of frames to read which will be the size of the allocated buffer. The special value less than or equal to zero denotes that the number of frames available in the file from the given offset is used (the entire file will be read).

  110. def orElse[A1 <: Int, B1 >: Any](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  111. def padTo[B >: Any, That](len: Int, elem: B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  112. def par: ParSeq[Any]

    Permalink
    Definition Classes
    Parallelizable
  113. def parCombiner: Combiner[Any, ParSeq[Any]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    SeqLike → TraversableLike → Parallelizable
  114. def partition(p: (Any) ⇒ Boolean): (Message, Message)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  115. def patch[B >: Any, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  116. val path: String

    Permalink

    the path of the audio-file to read.

    the path of the audio-file to read. Since the server is an independent process, this must resolve with respect to the server's current working directory. If the server is running on a remote node, the path will be resolved in the server's local file system.

  117. def permutations: Iterator[Message]

    Permalink
    Definition Classes
    SeqLike
  118. def prefixLength(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  119. def product[B >: Any](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def reduce[A1 >: Any](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. def reduceLeft[B >: Any](op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  122. def reduceLeftOption[B >: Any](op: (B, Any) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. def reduceOption[A1 >: Any](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def reduceRight[B >: Any](op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  125. def reduceRightOption[B >: Any](op: (Any, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def repr: Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  127. def reverse: Message

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  128. def reverseIterator: Iterator[Any]

    Permalink
    Definition Classes
    SeqLike
  129. def reverseMap[B, That](f: (Any) ⇒ B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  130. def reversed: List[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  131. def runWith[U](action: (Any) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  132. def sameElements[B >: Any](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  133. def scan[B >: Any, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  134. def scanLeft[B, That](z: B)(op: (B, Any) ⇒ B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  135. def scanRight[B, That](z: B)(op: (Any, B) ⇒ B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  136. def segmentLength(p: (Any) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  137. def seq: LinearSeq[Any]

    Permalink
    Definition Classes
    LinearSeq → LinearSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  138. def size: Int

    Permalink
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  139. def slice(from: Int, until: Int): Message

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  140. def sliding(size: Int, step: Int): Iterator[Message]

    Permalink
    Definition Classes
    IterableLike
  141. def sliding(size: Int): Iterator[Message]

    Permalink
    Definition Classes
    IterableLike
  142. def sortBy[B](f: (Any) ⇒ B)(implicit ord: Ordering[B]): Message

    Permalink
    Definition Classes
    SeqLike
  143. def sortWith(lt: (Any, Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    SeqLike
  144. def sorted[B >: Any](implicit ord: Ordering[B]): Message

    Permalink
    Definition Classes
    SeqLike
  145. def span(p: (Any) ⇒ Boolean): (Message, Message)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  146. def splitAt(n: Int): (Message, Message)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  147. val startFrame: Int

    Permalink

    the offset in frames into the audio-file to begin reading from

  148. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  149. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  150. def stringPrefix: String

    Permalink
    Definition Classes
    Message → TraversableLike → GenTraversableLike
  151. def sum[B >: Any](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  152. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  153. def tail: Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  154. def tails: Iterator[Message]

    Permalink
    Definition Classes
    TraversableLike
  155. def take(n: Int): Message

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  156. def takeRight(n: Int): Message

    Permalink
    Definition Classes
    IterableLike
  157. def takeWhile(p: (Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  158. def thisCollection: LinearSeq[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    LinearSeqLike → SeqLike → IterableLike → TraversableLike
  159. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Any, Col[Any]]): Col[Any]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  160. def toArray[B >: Any](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  161. def toBuffer[B >: Any]: scala.collection.mutable.Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  162. def toCollection(repr: Message): LinearSeq[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    LinearSeqLike → SeqLike → IterableLike → TraversableLike
  163. def toIndexedSeq: IndexedSeq[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  164. def toIterable: Iterable[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  165. def toIterator: Iterator[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  166. def toList: List[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def toMap[T, U](implicit ev: <:<[Any, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  168. def toSeq: Seq[Any]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  169. def toSet[B >: Any]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  170. def toStream: Stream[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  171. def toString(): String

    Permalink
    Definition Classes
    Message → SeqLike → TraversableLike → Function1 → AnyRef → Any
  172. def toTraversable: Traversable[Any]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  173. def toVector: Vector[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  174. def transpose[B](implicit asTraversable: (Any) ⇒ GenTraversableOnce[B]): LinearSeq[LinearSeq[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  175. def union[B >: Any, That](that: GenSeq[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  176. def unzip[A1, A2](implicit asPair: (Any) ⇒ (A1, A2)): (LinearSeq[A1], LinearSeq[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  177. def unzip3[A1, A2, A3](implicit asTriple: (Any) ⇒ (A1, A2, A3)): (LinearSeq[A1], LinearSeq[A2], LinearSeq[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  178. def updateCompletion(completion: Option[Packet]): BufferAllocRead

    Permalink
    Definition Classes
    BufferAllocReadHasCompletion
  179. def updated[B >: Any, That](index: Int, elem: B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  180. def view(from: Int, until: Int): SeqView[Any, Message]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  181. def view: SeqView[Any, Message]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  182. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  185. def withFilter(p: (Any) ⇒ Boolean): FilterMonadic[Any, Message]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  186. def zip[A1 >: Any, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Message, (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  187. def zipAll[B, A1 >: Any, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Message, (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  188. def zipWithIndex[A1 >: Any, That](implicit bf: CanBuildFrom[Message, (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from HasCompletion

Inherited from AsyncSend

Inherited from Send

Inherited from ServerMessage

Inherited from Message

Inherited from LinearSeq[Any]

Inherited from LinearSeqLike[Any, Message]

Inherited from Seq[Any]

Inherited from SeqLike[Any, Message]

Inherited from GenSeq[Any]

Inherited from GenSeqLike[Any, Message]

Inherited from Iterable[Any]

Inherited from IterableLike[Any, Message]

Inherited from Equals

Inherited from GenIterable[Any]

Inherited from GenIterableLike[Any, Message]

Inherited from Traversable[Any]

Inherited from GenTraversable[Any]

Inherited from GenericTraversableTemplate[Any, LinearSeq]

Inherited from TraversableLike[Any, Message]

Inherited from GenTraversableLike[Any, Message]

Inherited from Parallelizable[Any, ParSeq[Any]]

Inherited from TraversableOnce[Any]

Inherited from GenTraversableOnce[Any]

Inherited from FilterMonadic[Any, Message]

Inherited from HasNewBuilder[Any, Message]

Inherited from PartialFunction[Int, Any]

Inherited from (Int) ⇒ Any

Inherited from Packet

Inherited from AnyRef

Inherited from Any

Ungrouped