Documentation ¶
Index ¶
- func BigEndian() encodings.Builder
- func LittleEndian() encodings.Builder
- func NewBigInt(numBytes uint, signed bool, intEncoder bigIntEncoder) (encodings.TypeCodec, error)
- func NewString(maxLength uint, encoder encodings.Builder) (encodings.TypeCodec, error)
- type Bool
- type Float32
- type Float64
- type Int16
- type Int32
- type Int64
- type Int8
- type OracleID
- type Uint16
- type Uint32
- type Uint64
- type Uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LittleEndian ¶
Types ¶
type Float32 ¶
type Float32 Uint32
Float32 follows IEEE-754 convention for float32, the specification says what the "high" and "low" bits represent Leaving endianness to specify the byte ordering.
type Float64 ¶
type Float64 Int64
Float64 follows IEEE-754 convention for float64, the specification says what the "high" and "low" bits represent Leaving endianness to specify the byte ordering.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.