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::OutputStream

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

NAME

Plucene::Store::OutputStream - a random-access output stream


SYNOPSIS

        # isa Plucene::Store::InputStream


DESCRIPTION

This is an abstract class for output to a file in a Directory. A random-access output stream. Used for all Plucene index output operations.


METHODS

new

Create a new Plucene::Store::OutputStream

clone

Clone this

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

File operations

write_byte

This will write a single byte.

write_int

This will write an int as four bytes.

write_vint

This will write an int in a variable length format.

write_long

This will write a long as eight bytes.

write_vlong

This will write a long in variable length format.

write_string

This will write a string.

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