Documentation ¶
Index ¶
- Constants
- func ByteSlicePut(data *ByteSlice)
- func ByteSliceToString(b []byte) string
- func BytesBufferGet() (data *bytes.Buffer)
- func BytesBufferPut(data *bytes.Buffer)
- func Float64ToUint64(val float64) uint64
- func Int64ToUint64(val int64) uint64
- func StringToByteSlice(s string) []byte
- func Uint64ToFloat64(val uint64) float64
- func Uint64ToInt64(val uint64) int64
- type ByteSlice
Constants ¶
View Source
const (
TooBigBlockSize = 1024 * 1024 * 4
)
Variables ¶
This section is empty.
Functions ¶
func ByteSlicePut ¶
func ByteSlicePut(data *ByteSlice)
func ByteSliceToString ¶
func BytesBufferGet ¶
func BytesBufferPut ¶
func Float64ToUint64 ¶
func Int64ToUint64 ¶
func StringToByteSlice ¶
func Uint64ToFloat64 ¶
func Uint64ToInt64 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.