The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hyperscan::Stream - stream class

VERSION

version 0.04

METHODS

copy()

Duplicate the given stream. The new stream will have the same state as the original including the current stream offset.

hs_copy_stream

reset( $flags, $scratch, $callback )

Reset a stream to an initial state.

hs_reset_stream

scan( $data, $flags, $scratch, $callback )

Write data to be scanned to the opened stream.

hs_scan_stream

AUTHOR

Mark Sikora <marknsikora@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Mark Sikora.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.