akka
.
util
Bytes
Related Docs:
object Bytes
|
package util
sealed
trait
Bytes
extends
AnyRef
Lazy, immutable byte sequence with light & fast: concat, slice, unsigned values reads.
Linear Supertypes
AnyRef
,
Any
Known Subclasses
Empty
,
Ops
,
Pair
,
Simple
,
Single
,
View
Ordering
Alphabetic
By inheritance
Inherited
Bytes
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Abstract Value Members
abstract
def
++
(
other:
Bytes
)
:
Bytes
abstract
def
+:
(
byte:
Byte
)
:
Bytes
abstract
def
:+
(
byte:
Byte
)
:
Bytes
abstract
def
acquire
: (
Byte
,
Bytes
)
abstract
def
apply
(
n:
Int
)
:
Byte
abstract
def
compact
:
Bytes
abstract
def
copyToArray
(
array:
Array
[
Byte
]
,
start:
Int
)
:
Unit
abstract
def
copyToBuffer
(
buffer:
ByteBuffer
)
:
Unit
abstract
def
drop
(
n:
Int
)
:
Bytes
abstract
def
dropRight
(
n:
Int
)
:
Bytes
abstract
def
foreach
[
U
]
(
f: (
Byte
) ⇒
U
)
:
Unit
abstract
def
get
(
n:
Int
)
:
Option
[
Byte
]
abstract
def
head
:
Byte
abstract
def
init
:
Bytes
abstract
def
last
:
Byte
abstract
def
length
:
Int
abstract
def
readUnsignedByte
(
pos:
Int
)
:
Int
abstract
def
readUnsignedInt
(
pos:
Int
)
:
Int
abstract
def
readUnsignedLong
(
pos:
Int
)
:
Long
abstract
def
size
:
Int
abstract
def
slice
(
from:
Int
,
to:
Int
)
:
Bytes
abstract
def
splitAt
(
n:
Int
)
: (
Bytes
,
Bytes
)
abstract
def
tail
:
Bytes
abstract
def
take
(
n:
Int
)
:
Bytes
abstract
def
toArray
:
Array
[
Byte
]
abstract
def
toByteString
:
ByteString
abstract
def
toIterator
:
Iterator
[
Byte
]
abstract
def
toTraversable
:
Traversable
[
Byte
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Lazy, immutable byte sequence with light & fast: concat, slice, unsigned values reads.