Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
RunLength Class
RunLength Methods
Compress Method
Expand Method
MainTest Method
RunLength
Compress Method
Reads a sequence of bits from standard input; compresses them using run-length coding with 8-bit run lengths; and writes the results to standard output.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Compress
()
See Also
Reference
RunLength Class
Algs4Net Namespace