Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BatchKeyData ¶ added in v0.0.50
type BatchKeyDataReader ¶ added in v0.0.50
type BatchKeyDataReader struct {
// contains filtered or unexported fields
}
func NewBatchKeyDataReader ¶ added in v0.0.50
func NewBatchKeyDataReader(s []byte, b []BatchKeyData) *BatchKeyDataReader
func (*BatchKeyDataReader) Read ¶ added in v0.0.50
func (r *BatchKeyDataReader) Read(b []byte) (n int, err error)
func (*BatchKeyDataReader) Reset ¶ added in v0.0.50
func (r *BatchKeyDataReader) Reset(s []byte, b []BatchKeyData)
Click to show internal directories.
Click to hide internal directories.