Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeRandomTestCases ¶
func MakeRandomTestCases() [][]byte
Types ¶
type ByteConsumer ¶
type ByteConsumer struct {
// contains filtered or unexported fields
}
func NewByteConsumer ¶
func NewByteConsumer(bytes []byte) *ByteConsumer
func (*ByteConsumer) Byte ¶
func (c *ByteConsumer) Byte() byte
func (*ByteConsumer) Bytes ¶
func (c *ByteConsumer) Bytes(size int) []byte
func (*ByteConsumer) Len ¶
func (c *ByteConsumer) Len() int
func (*ByteConsumer) Uint16 ¶
func (c *ByteConsumer) Uint16() uint16
func (*ByteConsumer) Uint32 ¶
func (c *ByteConsumer) Uint32() uint32
Click to show internal directories.
Click to hide internal directories.