public final class RawableFactory
extends Object
Factory class to get
Rawable objects.
-
Nested Class Summary
Nested Classes
static class
static class
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RawableFactory
private RawableFactory()
-
Method Details
-
from
- Parameters:
i - integer value
- Returns:
- raw
-
from
public static Rawable from(double d)
- Parameters:
d - numeric value
- Returns:
- raw
-
from
public static Rawable from(byte[] binary)
- Parameters:
binary - value
- Returns:
- raw
-
from
- Parameters:
string - value
- Returns:
- raw