Documentation ¶
Index ¶
- func DecodeAlphanumeric(buf *Buffer, data []byte) error
- func DecodeBytes(buf *Buffer, data []byte) error
- func DecodeKanji(buf *Buffer, length int) ([]byte, error)
- func DecodeNumeric(buf *Buffer, data []byte) error
- func EncodeAlphanumeric(buf *Buffer, data []byte) error
- func EncodeBytes(buf *Buffer, data []byte) error
- func EncodeKanji(buf *Buffer, data []byte) error
- func EncodeNumeric(buf *Buffer, data []byte) error
- func IsAlphanumeric(ch byte) bool
- func IsKanji(ch rune) bool
- func IsNumeric(ch byte) bool
- type Buffer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAlphanumeric ¶
func DecodeBytes ¶
func DecodeNumeric ¶
func EncodeAlphanumeric ¶
func EncodeBytes ¶
func EncodeKanji ¶
func EncodeNumeric ¶
func IsAlphanumeric ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.