Int32 decodes and returns a signed, 32 bit integer value from the Reader.
()
| 38 | Uint16() uint16 |
| 39 | // Int32 decodes and returns a signed, 32 bit integer value from the Reader. |
| 40 | Int32() int32 |
| 41 | // Uint32 decodes and returns an unsigned, 32 bit integer value from the Reader. |
| 42 | Uint32() uint32 |
| 43 | // Float16 decodes and returns a 16 bit floating-point value from the Reader. |
no outgoing calls
no test coverage detected