public class OscInt extends Object implements OscArgument
| Modifier and Type | Method and Description |
|---|---|
int |
getByteLength()
Gets the number of bytes used by this argument uses in its encoded representation.
|
char |
getTypeTag()
Returns the type tag used to encode this argument
|
int |
getValue() |
void |
serialize(ByteBuffer buffer)
Serializes this argument to a buffer
|
OscInt |
setValue(int value) |
boolean |
toBoolean() |
double |
toDouble() |
float |
toFloat() |
int |
toInt()
Gets an integer value of this argument
|
String |
toString() |
public OscInt setValue(int value)
public int getValue()
public int getByteLength()
OscArgumentgetByteLength in interface OscArgumentpublic char getTypeTag()
OscArgumentgetTypeTag in interface OscArgumentpublic void serialize(ByteBuffer buffer)
OscArgumentserialize in interface OscArgumentbuffer - ByteByffer to write topublic int toInt()
OscArgumenttoInt in interface OscArgumentpublic float toFloat()
toFloat in interface OscArgumentpublic double toDouble()
toDouble in interface OscArgumentpublic boolean toBoolean()
toBoolean in interface OscArgumentLX library by Mark C. Slee. © 2012-2020