Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = errs.Class("integer")
Error is the class for this package's errors.
Functions ¶
This section is empty.
Types ¶
type Block ¶
Block is a signed integer number.
func (Block) MarshalBinary ¶
MarshalBinary implements encoding.BinaryMarshaler.
func (*Block) UnmarshalBinary ¶
UnmarshalBinary implements encoding.BinaryUnmarshaler.
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
Decoder is a decoder.
func NewDecoder ¶
NewDecoder returns a new decoder.
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
Encoder is an encoder.
func NewEncoder ¶
NewEncoder returns a new encoder.
Click to show internal directories.
Click to hide internal directories.