public static UnpackBoolean ( byte source ) : UnpackingResult |
||
source | byte | The byte array which contains Message Pack binary stream. |
return | UnpackingResult |
Invocation of this method is equivalant to call UnpackBoolean(byte[], int) with offset
is 0
.
When the type of packed value is not known, use UnpackObject(byte[]) instead.
public static UnpackBoolean ( byte source ) : UnpackingResult |
||
source | byte | The byte array which contains Message Pack binary stream. |
return | UnpackingResult |