debian man page for plucene::store::outputstream

Query: plucene::store::outputstream

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Plucene::Store::OutputStream(3pm)			User Contributed Perl Documentation			 Plucene::Store::OutputStream(3pm)

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 v5.12.4 2011-08-14 Plucene::Store::OutputStream(3pm)
Related Man Pages
plucene(3pm) - debian
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::fieldinfos(3pm) - debian
plucene::search::query(3pm) - debian
plucene::testcase(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?