Package akka.util
Class Unsafe
- java.lang.Object
-
- akka.util.Unsafe
-
@InternalApi public final class Unsafe extends java.lang.Object
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description Unsafe()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copyUSAsciiStrToBytes(java.lang.String str, byte[] bytes)
static int
fastHash(java.lang.String str)
-
-
-
Method Detail
-
copyUSAsciiStrToBytes
@InternalStableApi public static void copyUSAsciiStrToBytes(java.lang.String str, byte[] bytes)
-
fastHash
public static int fastHash(java.lang.String str)
-
-