Instance Constructors
-
new
ByteBuffer
(buf: ByteBuffer)
Type Members
-
type
Self
= IndexedSeq[Byte]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
++
[B >: Byte, That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
++
[B >: Byte, That]
(that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
++:
[B >: Byte, That]
(that: Traversable[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
++:
[B >: Byte, That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
+:
[B >: Byte, That]
(elem: B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
/:
[B]
(z: B)(op: (B, Byte) ⇒ B): B
-
def
/:\
[A1 >: Byte]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
:+
[B >: Byte, That]
(elem: B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
:\
[B]
(z: B)(op: (Byte, B) ⇒ B): B
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addString
(b: StringBuilder): StringBuilder
-
def
addString
(b: StringBuilder, sep: String): StringBuilder
-
def
addString
(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate
[B]
(z: B)(seqop: (B, Byte) ⇒ B, combop: (B, B) ⇒ B): B
-
def
andThen
[C]
(k: (Byte) ⇒ C): PartialFunction[Int, C]
-
def
apply
(idx: Int): Byte
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(that: Any): Boolean
-
def
clone
(): AnyRef
-
def
collect
[B, That]
(pf: PartialFunction[Byte, B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
collectFirst
[B]
(pf: PartialFunction[Byte, B]): Option[B]
-
def
combinations
(n: Int): Iterator[IndexedSeq[Byte]]
-
def
companion
: GenericCompanion[IndexedSeq]
-
def
compose
[A]
(g: (A) ⇒ Int): (A) ⇒ Byte
-
def
contains
(elem: Any): Boolean
-
def
containsSlice
[B]
(that: Seq[B]): Boolean
-
def
containsSlice
[B]
(that: GenSeq[B]): Boolean
-
def
copyToArray
[B >: Byte]
(xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray
[B >: Byte]
(xs: Array[B]): Unit
-
def
copyToArray
[B >: Byte]
(xs: Array[B], start: Int): Unit
-
def
copyToBuffer
[B >: Byte]
(dest: Buffer[B]): Unit
-
def
corresponds
[B]
(that: Seq[B])(p: (Byte, B) ⇒ Boolean): Boolean
-
def
corresponds
[B]
(that: GenSeq[B])(p: (Byte, B) ⇒ Boolean): Boolean
-
def
count
(p: (Byte) ⇒ Boolean): Int
-
def
diff
[B >: Byte]
(that: Seq[B]): IndexedSeq[Byte]
-
def
diff
[B >: Byte]
(that: GenSeq[B]): IndexedSeq[Byte]
-
def
distinct
: IndexedSeq[Byte]
-
def
drop
(n: Int): IndexedSeq[Byte]
-
def
dropRight
(n: Int): IndexedSeq[Byte]
-
def
dropWhile
(p: (Byte) ⇒ Boolean): IndexedSeq[Byte]
-
def
endsWith
[B]
(that: Seq[B]): Boolean
-
def
endsWith
[B]
(that: GenSeq[B]): Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(that: Any): Boolean
-
def
exists
(p: (Byte) ⇒ Boolean): Boolean
-
def
filter
(p: (Byte) ⇒ Boolean): IndexedSeq[Byte]
-
def
filterNot
(p: (Byte) ⇒ Boolean): IndexedSeq[Byte]
-
def
finalize
(): Unit
-
def
find
(p: (Byte) ⇒ Boolean): Option[Byte]
-
def
flatMap
[B, That]
(f: (Byte) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
flatten
[B]
(implicit asTraversable: (Byte) ⇒ TraversableOnce[B]): Traversable[B]
-
def
fold
[A1 >: Byte]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft
[B]
(z: B)(op: (B, Byte) ⇒ B): B
-
def
foldRight
[B]
(z: B)(op: (Byte, B) ⇒ B): B
-
def
forall
(p: (Byte) ⇒ Boolean): Boolean
-
def
foreach
[U]
(f: (Byte) ⇒ U): Unit
-
def
genericBuilder
[B]
: Builder[B, IndexedSeq[B]]
-
def
getClass
(): java.lang.Class[_]
-
def
groupBy
[K]
(f: (Byte) ⇒ K): Map[K, IndexedSeq[Byte]]
-
def
grouped
(size: Int): Iterator[IndexedSeq[Byte]]
-
def
hasDefiniteSize
: Boolean
-
def
hashCode
(): Int
-
def
head
: Byte
-
def
headOption
: Option[Byte]
-
def
indexOf
[B >: Byte]
(elem: B, from: Int): Int
-
def
indexOf
[B >: Byte]
(elem: B): Int
-
def
indexOfSlice
[B >: Byte]
(that: Seq[B], from: Int): Int
-
def
indexOfSlice
[B >: Byte]
(that: GenSeq[B], from: Int): Int
-
def
indexOfSlice
[B >: Byte]
(that: Seq[B]): Int
-
def
indexOfSlice
[B >: Byte]
(that: GenSeq[B]): Int
-
def
indexWhere
(p: (Byte) ⇒ Boolean, from: Int): Int
-
def
indexWhere
(p: (Byte) ⇒ Boolean): Int
-
def
indices
: Range
-
def
init
: IndexedSeq[Byte]
-
def
inits
: Iterator[IndexedSeq[Byte]]
-
def
intersect
[B >: Byte]
(that: Seq[B]): IndexedSeq[Byte]
-
def
intersect
[B >: Byte]
(that: GenSeq[B]): IndexedSeq[Byte]
-
def
isDefinedAt
(idx: Int): Boolean
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isTraversableAgain
: Boolean
-
def
iterator
: Iterator[Byte]
-
def
last
: Byte
-
def
lastIndexOf
[B >: Byte]
(elem: B, end: Int): Int
-
def
lastIndexOf
[B >: Byte]
(elem: B): Int
-
def
lastIndexOfSlice
[B >: Byte]
(that: Seq[B], end: Int): Int
-
def
lastIndexOfSlice
[B >: Byte]
(that: GenSeq[B], end: Int): Int
-
def
lastIndexOfSlice
[B >: Byte]
(that: Seq[B]): Int
-
def
lastIndexOfSlice
[B >: Byte]
(that: GenSeq[B]): Int
-
def
lastIndexWhere
(p: (Byte) ⇒ Boolean, end: Int): Int
-
def
lastIndexWhere
(p: (Byte) ⇒ Boolean): Int
-
def
lastOption
: Option[Byte]
-
def
length
: Int
-
def
lengthCompare
(len: Int): Int
-
def
lift
: (Int) ⇒ Option[Byte]
-
def
map
[B, That]
(f: (Byte) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
max
[B >: Byte]
(implicit cmp: Ordering[B]): Byte
-
def
maxBy
[B]
(f: (Byte) ⇒ B)(implicit cmp: Ordering[B]): Byte
-
def
min
[B >: Byte]
(implicit cmp: Ordering[B]): Byte
-
def
minBy
[B]
(f: (Byte) ⇒ B)(implicit cmp: Ordering[B]): Byte
-
def
mkString
: String
-
def
mkString
(sep: String): String
-
def
mkString
(start: String, sep: String, end: String): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
newBuilder
: Builder[Byte, IndexedSeq[Byte]]
-
def
nonEmpty
: Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
orElse
[A1 <: Int, B1 >: Byte]
(that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
padTo
[B >: Byte, That]
(len: Int, elem: B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
par
: ParSeq[Byte]
-
def
parCombiner
: Combiner[Byte, ParSeq[Byte]]
-
def
partition
(p: (Byte) ⇒ Boolean): (IndexedSeq[Byte], IndexedSeq[Byte])
-
def
patch
[B >: Byte, That]
(from: Int, patch: Seq[B], replaced: Int)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
patch
[B >: Byte, That]
(from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
permutations
: Iterator[IndexedSeq[Byte]]
-
def
prefixLength
(p: (Byte) ⇒ Boolean): Int
-
def
product
[B >: Byte]
(implicit num: Numeric[B]): B
-
def
reduce
[A1 >: Byte]
(op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft
[B >: Byte]
(op: (B, Byte) ⇒ B): B
-
def
reduceLeftOption
[B >: Byte]
(op: (B, Byte) ⇒ B): Option[B]
-
def
reduceOption
[A1 >: Byte]
(op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight
[B >: Byte]
(op: (Byte, B) ⇒ B): B
-
def
reduceRightOption
[B >: Byte]
(op: (Byte, B) ⇒ B): Option[B]
-
def
repr
: IndexedSeq[Byte]
-
def
reverse
: IndexedSeq[Byte]
-
def
reverseIterator
: Iterator[Byte]
-
def
reverseMap
[B, That]
(f: (Byte) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
reversed
: List[Byte]
-
def
sameElements
[B >: Byte]
(that: Iterable[B]): Boolean
-
def
sameElements
[B >: Byte]
(that: GenIterable[B]): Boolean
-
def
scan
[B >: Byte, That]
(z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
scanLeft
[B, That]
(z: B)(op: (B, Byte) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
scanRight
[B, That]
(z: B)(op: (Byte, B) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
segmentLength
(p: (Byte) ⇒ Boolean, from: Int): Int
-
def
seq
: Seq[Byte]
-
def
size
: Int
-
def
slice
(from: Int, until: Int): IndexedSeq[Byte]
-
def
sliding
[B >: Byte]
(size: Int, step: Int): Iterator[IndexedSeq[Byte]]
-
def
sliding
[B >: Byte]
(size: Int): Iterator[IndexedSeq[Byte]]
-
def
sortBy
[B]
(f: (Byte) ⇒ B)(implicit ord: Ordering[B]): IndexedSeq[Byte]
-
def
sortWith
(lt: (Byte, Byte) ⇒ Boolean): IndexedSeq[Byte]
-
def
sorted
[B >: Byte]
(implicit ord: Ordering[B]): IndexedSeq[Byte]
-
def
span
(p: (Byte) ⇒ Boolean): (IndexedSeq[Byte], IndexedSeq[Byte])
-
def
splitAt
(n: Int): (IndexedSeq[Byte], IndexedSeq[Byte])
-
def
startsWith
[B]
(that: Seq[B], offset: Int): Boolean
-
def
startsWith
[B]
(that: GenSeq[B], offset: Int): Boolean
-
def
startsWith
[B]
(that: Seq[B]): Boolean
-
def
startsWith
[B]
(that: GenSeq[B]): Boolean
-
def
stringPrefix
: String
-
def
sum
[B >: Byte]
(implicit num: Numeric[B]): B
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tail
: IndexedSeq[Byte]
-
def
tails
: Iterator[IndexedSeq[Byte]]
-
def
take
(n: Int): IndexedSeq[Byte]
-
def
takeRight
(n: Int): IndexedSeq[Byte]
-
def
takeWhile
(p: (Byte) ⇒ Boolean): IndexedSeq[Byte]
-
def
thisCollection
: IndexedSeq[Byte]
-
def
toArray
[B >: Byte]
(implicit arg0: ClassManifest[B]): Array[B]
-
def
toBuffer
[A1 >: Byte]
: Buffer[A1]
-
def
toCollection
(repr: IndexedSeq[Byte]): IndexedSeq[Byte]
-
def
toIndexedSeq
[B >: Byte]
: IndexedSeq[B]
-
def
toIterable
: Iterable[Byte]
-
def
toIterator
: Iterator[Byte]
-
def
toList
: List[Byte]
-
def
toMap
[T, U]
(implicit ev: <:<[Byte, (T, U)]): Map[T, U]
-
def
toSeq
: Seq[Byte]
-
def
toSet
[B >: Byte]
: Set[B]
-
def
toStream
: Stream[Byte]
-
def
toString
(): String
-
def
toTraversable
: Traversable[Byte]
-
def
transpose
[B]
(implicit asTraversable: (Byte) ⇒ TraversableOnce[B]): Traversable[Traversable[B]]
-
def
union
[B >: Byte, That]
(that: GenSeq[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
union
[B >: Byte, That]
(that: Seq[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
unzip
[A1, A2]
(implicit asPair: (Byte) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
-
def
unzip3
[A1, A2, A3]
(implicit asTriple: (Byte) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
-
def
updated
[B >: Byte, That]
(index: Int, elem: B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], B, That]): That
-
def
view
(from: Int, until: Int): SeqView[Byte, IndexedSeq[Byte]]
-
def
view
: SeqView[Byte, IndexedSeq[Byte]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withFilter
(p: (Byte) ⇒ Boolean): FilterMonadic[Byte, IndexedSeq[Byte]]
-
def
zip
[A1 >: Byte, B, That]
(that: Iterable[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], (A1, B), That]): That
-
def
zip
[A1 >: Byte, B, That]
(that: GenIterable[B])(implicit bf: CanBuildFrom[IndexedSeq[Byte], (A1, B), That]): That
-
def
zipAll
[B, A1 >: Byte, That]
(that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], (A1, B), That]): That
-
def
zipAll
[B, A1 >: Byte, That]
(that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[IndexedSeq[Byte], (A1, B), That]): That
-
def
zipWithIndex
[A1 >: Byte, That]
(implicit bf: CanBuildFrom[IndexedSeq[Byte], (A1, Int), That]): That
Deprecated Value Members
-
def
elements
: Iterator[Byte]
-
def
equalsWith
[B]
(that: Seq[B])(f: (Byte, B) ⇒ Boolean): Boolean
-
def
findIndexOf
(p: (Byte) ⇒ Boolean): Int
-
def
findLastIndexOf
(p: (Byte) ⇒ Boolean): Int
-
def
first
: Byte
-
def
firstOption
: Option[Byte]
-
def
projection
: SeqView[Byte, IndexedSeq[Byte]]
-
def
reversedElements
: Iterator[Byte]
Inherited from IndexedSeq[Byte]
Inherited from IndexedSeqLike[Byte, IndexedSeq[Byte]]
Inherited from Seq[Byte]
Inherited from SeqLike[Byte, IndexedSeq[Byte]]
Inherited from GenSeq[Byte]
Inherited from GenSeqLike[Byte, IndexedSeq[Byte]]
Inherited from Iterable[Byte]
Inherited from IterableLike[Byte, IndexedSeq[Byte]]
Inherited from Equals
Inherited from GenIterable[Byte]
Inherited from GenIterableLike[Byte, IndexedSeq[Byte]]
Inherited from Traversable[Byte]
Inherited from GenTraversable[Byte]
Inherited from GenericTraversableTemplate[Byte, IndexedSeq]
Inherited from TraversableLike[Byte, IndexedSeq[Byte]]
Inherited from GenTraversableLike[Byte, IndexedSeq[Byte]]
Inherited from Parallelizable[Byte, ParSeq[Byte]]
Inherited from TraversableOnce[Byte]
Inherited from GenTraversableOnce[Byte]
Inherited from FilterMonadic[Byte, IndexedSeq[Byte]]
Inherited from HasNewBuilder[Byte, IndexedSeq[Byte]]
Inherited from PartialFunction[Int, Byte]
Inherited from (Int) ⇒ Byte
Inherited from AnyRef
Inherited from Any
Allows use of a java.nio.ByteBuffer as an IndexedSeq. But remember that the underlying buffer is mutable so this object can be mutated by the underlying object