Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type Compressor struct{}
func (*Compressor) RunOnBytes ¶
func (this *Compressor) RunOnBytes(p []byte) (result []byte, err error)
type DeRotateLeft ¶
type DeRotateLeft struct{}
func (*DeRotateLeft) RunOnBytes ¶
func (this *DeRotateLeft) RunOnBytes(p []byte) ([]byte, error)
type Decompressor ¶
type Decompressor struct{}
func (*Decompressor) RunOnBytes ¶
func (this *Decompressor) RunOnBytes(p []byte) (result []byte, err error)
type RotateLeft ¶
type RotateLeft struct{}
func (*RotateLeft) RunOnBytes ¶
func (this *RotateLeft) RunOnBytes(p []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.