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.