DecodePaddedRaw.Options

public static class DecodePaddedRaw.Options

Optional attributes for DecodePaddedRaw

Public Methods

DecodePaddedRaw.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 DecodePaddedRaw.Options littleEndian (Boolean littleEndian)

Parameters
littleEndian Whether the input `input_bytes` is in little-endian order. Ignored for `out_type` values that are stored in a single byte, like `uint8`