public class StringTools$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static StringTools$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
StringTools$() |
Modifier and Type | Method and Description |
---|---|
byte[] |
asciiStringBytes(java.lang.String string) |
java.lang.String |
asciiStringFromBytes(byte[] bytes) |
public static final StringTools$ MODULE$