Documentation
¶
Index ¶
- func DataReverse(dataIn []byte) []byte
- type Baseblob
- func (b Baseblob) GetData() []byte
- func (b Baseblob) GetDataSize() int
- func (b Baseblob) GetHex() string
- func (b Baseblob) Pack(writer io.Writer, packSize int) error
- func (b *Baseblob) SetData(bytes []byte)
- func (b *Baseblob) SetHex(hexStr string) error
- func (b *Baseblob) UnPack(reader io.Reader, unpackSize int) error
- type Byteblob
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataReverse ¶
Types ¶
type Baseblob ¶
type Baseblob struct {
// contains filtered or unexported fields
}
func (Baseblob) GetDataSize ¶
type Byteblob ¶
type Byteblob struct {
// contains filtered or unexported fields
}
func (Byteblob) GetDataSize ¶
Click to show internal directories.
Click to hide internal directories.