public static class
DecodeRaw.Options
Optional attributes for DecodeRaw
Public Methods
DecodeRaw.Options |
littleEndian(Boolean littleEndian)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public DecodeRaw.Options littleEndian (Boolean littleEndian)
Parameters
littleEndian | Whether the input `bytes` are in little-endian order. Ignored for `out_type` values that are stored in a single byte like `uint8`. |
---|