package
Version:
v0.0.0-...-27d64f3
Opens a new window with list of versions in this module.
Published: Sep 25, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Reader is an io.Reader that decode RLE input from a wrapped reader
NewReader creates a new Reader wrapping r
Read reads and decodes bytes from the wrapped stream, writing up to len(p) bytes into p
WriteTo writes a decoded form of the wrapped input stream to w
Writer is an io.Writer that encode RLE input to a wrapped writer
NewWriter creates a new Writer wrapping w
ReadFrom reads input from r and writes a RLE encoded stream to the wrapped writer
Write writes and encodes bytes to the wrapped stream, reading up to len(p) bytes from p
Source Files
¶
Click to show internal directories.
Click to hide internal directories.