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.
reset( $flags, $scratch, $callback )
Reset a stream to an initial state.
scan( $data, $flags, $scratch, $callback )
Write data to be scanned to the opened 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.