| Modifier and Type | Class and Description |
|---|---|
static class |
RawableFactory.Raw
Default implementation of
Rawable. |
static class |
RawableFactory.RawString
|
| Modifier and Type | Method and Description |
|---|---|
static Rawable |
from(byte[] binary)
Get a
Rawable from a byte array. |
static Rawable |
from(double d)
Get a
Rawable from a double. |
static Rawable |
from(int i)
Get a
Rawable from an int. |
static Rawable |
from(String string)
|
public static Rawable from(int i)
Rawable from an int.i - integer valuepublic static Rawable from(double d)
Rawable from a double.d - numeric valuepublic static Rawable from(byte[] binary)
Rawable from a byte array.binary - valueCopyright © 2024. All rights reserved.