hextype

package
v0.73.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package hextype defines a custom format for hexadecimal numbers.

Index

Constants

This section is empty.

Variables

HexFormat defines a custom format for hexadecimal numbers.

Functions

This section is empty.

Types

type JSONHexEncoding

type JSONHexEncoding struct{}

JSONHexEncoding defines a custom JSON encoding for hexadecimal numbers.

func (JSONHexEncoding) DecodeJSON

func (JSONHexEncoding) DecodeJSON(d *jx.Decoder) (v int64, _ error)

DecodeJSON decodes a hexadecimal number from a JSON string.

func (JSONHexEncoding) EncodeJSON

func (JSONHexEncoding) EncodeJSON(e *jx.Encoder, v int64)

EncodeJSON encodes a hexadecimal number as a JSON string.

type TextHexEncoding

type TextHexEncoding struct{}

TextHexEncoding defines a custom text encoding for hexadecimal numbers.

func (TextHexEncoding) DecodeText

func (TextHexEncoding) DecodeText(s string) (v int64, _ error)

DecodeText decodes a hexadecimal number from a string.

func (TextHexEncoding) EncodeText

func (TextHexEncoding) EncodeText(v int64) string

EncodeText encodes a hexadecimal number as a string.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL