|
NVBIO
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <algorithm>#include <nvbio/basic/types.h>#include <nvbio/basic/cached_iterator.h>#include <nvbio/basic/packedstream.h>#include <sais.h>Go to the source code of this file.
Functions | |
| template<typename CompStream > | |
| bool | check_stream (const uint8 *uncomp_stream, const CompStream &comp_stream) |
| template<typename CompStream > | |
| bool | check_forward_stream (const uint8 *uncomp_stream, CompStream comp_stream) |
| int | packedstream_test () |
| bool check_forward_stream | ( | const uint8 * | uncomp_stream, |
| CompStream | comp_stream | ||
| ) |
Definition at line 59 of file packedstream_test.cpp.
| bool check_stream | ( | const uint8 * | uncomp_stream, |
| const CompStream & | comp_stream | ||
| ) |
Definition at line 45 of file packedstream_test.cpp.
| int packedstream_test | ( | ) |
Definition at line 73 of file packedstream_test.cpp.
1.8.4