Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Store::InputStream

Name Plucene::Store::InputStream
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Store/InputStream.pm
Is Core No
Search CPAN for this module Plucene::Store::InputStream
Documentation Plucene::Store::InputStream
Module Details Plucene::Store::InputStream

NAME

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


SYNOPSIS

        # isa IO::File


DESCRIPTION

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


METHODS

new

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

Create a new input stream.

fh / read / seek / tell / getc / print / eof / close

File operations

clone

This will return a clone of this stream.

read_byte

This will read and return a single byte.

read_int

This will read four bytes and return an integer.

read_vint

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

read_vlong

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

read_string

This will read a string.

read_long

This will read eight bytes and return a long.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026