Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RLE ¶
type RLE struct {
// contains filtered or unexported fields
}
RLE holds metadata that is used while reading and writing run length encoded data.
func New ¶
New creates an RLE struct based on the maximum bitwidth (width) of the data that is to be encoded/decoded.
Click to show internal directories.
Click to hide internal directories.