Int64 decodes and returns a signed, 64 bit integer value from the Reader.
()
| 46 | Float32() float32 |
| 47 | // Int64 decodes and returns a signed, 64 bit integer value from the Reader. |
| 48 | Int64() int64 |
| 49 | // Uint64 decodes and returns an unsigned, 64 bit integer value from the Reader. |
| 50 | Uint64() uint64 |
| 51 | // Float64 decodes and returns a 64 bit floating-point value from the Reader. |