final class AkkaByteStringBytesLike extends BytesLike[ByteString]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AkkaByteStringBytesLike
- BytesLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AkkaByteStringBytesLike()
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
-
def
as[T2](that: ByteString)(implicit arg0: BytesLike[T2]): T2
- Definition Classes
- BytesLike
-
def
asArray(bytes: ByteString): Array[Byte]
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
asAsciiString(bytes: ByteString): String
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
asBuffer(bytes: ByteString): ByteBuffer
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
asHexString(bytes: ByteString): String
- Definition Classes
- BytesLike
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asString(bytes: ByteString, charset: Charset): String
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
asUtf8String(bytes: ByteString): String
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
ascii(s: String): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
concat(left: ByteString, right: ByteString): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
copyBuffer(buffer: ByteBuffer): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
copyFromArray(bytes: Array[Byte], offset: Int, size: Int): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
copyFromArray(bytes: Array[Byte]): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
copyToArray(value: ByteString, array: Array[Byte], sourceOffset: Int, targetOffset: Int, length: Int): Unit
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
val
empty: ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
eq(l: ByteString, r: ByteString): Boolean
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
foreach(bytes: ByteString, f: (Byte) ⇒ Unit): Unit
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
get(bytes: ByteString, i: Long): Byte
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
indexOf(where: ByteString, that: Byte, from: Long): Long
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
indexOf(where: ByteString, that: Byte): Long
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
indexOfSlice(where: ByteString, that: ByteString): Long
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lastIndexOf(where: ByteString, that: Byte): Long
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
lastIndexOfSlice(where: ByteString, that: ByteString): Long
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
length(bytes: ByteString): Long
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
def
mapWithIndex(bytes: ByteString, f: (Byte, Long) ⇒ Byte): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
slice(bytes: ByteString, start: Long, end: Long): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
utf8(s: String): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wrapArray(bytes: Array[Byte]): ByteString
- Definition Classes
- AkkaByteStringBytesLike → BytesLike
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated