DOKK / manpages / debian 10 / libplucene-perl / Plucene::Store::InputStream.3pm.en
Plucene::Store::InputStream(3pm) User Contributed Perl Documentation Plucene::Store::InputStream(3pm)

Plucene::Store::InputStream - a random-access input stream

        # isa IO::File

A random-access input stream.Used for all Plucene index input operations.

        my $inputstream = Plucene::Store::InputStream->new($file);

Create a new input stream.

File operations

This will return a clone of this stream.

This will read and return a single byte.

This will read four bytes and return an integer.

This will read an integer stored in a variable-length format.

This will read a long and stored in variable-length format

This will read a string.

This will read eight bytes and return a long.

2018-04-02 perl v5.26.1